com.esri.arcgis.geodatabase
Interface IPlugInFastRowCount

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FMEDatasetHelper, IPlugInFastRowCountProxy

public interface IPlugInFastRowCount
extends java.io.Serializable

COM Interface 'IPlugInFastRowCount'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members for getting a fast count of rows in the dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc3dd33fe_6447_4472_8898_693ab4acfcfc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getRowCount()
          The number of rows in the dataset.
 

Field Detail

IIDc3dd33fe_6447_4472_8898_693ab4acfcfc

static final int IIDc3dd33fe_6447_4472_8898_693ab4acfcfc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRowCount

int getRowCount()
                throws java.io.IOException,
                       AutomationException
The number of rows in the dataset.

Returns:
The numRows
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.