com.esri.arcgis.geodatabase
Interface IPlugInRowCount

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPlugInRowCountProxy

public interface IPlugInRowCount
extends java.io.Serializable

COM Interface 'IPlugInRowCount'. 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 IIDa860dd65_a3b4_4cfe_be56_47e8afdb7cbd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getRowCount(int index)
          The number of rows in the indicated dataset.
 

Field Detail

IIDa860dd65_a3b4_4cfe_be56_47e8afdb7cbd

static final int IIDa860dd65_a3b4_4cfe_be56_47e8afdb7cbd
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(int index)
                throws java.io.IOException,
                       AutomationException
The number of rows in the indicated dataset.

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