com.esri.arcgis.geodatabase
Interface esriRowsType

All Superinterfaces:
java.io.Serializable

public interface esriRowsType
extends java.io.Serializable

Constants from esriRowsType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Defines the criteria for determining which rows to check out.' 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 int esriRowsTypeAll
          Check out all rows.
static int esriRowsTypeFilter
          Apply the filters defined by the ReplicaDescription object.
static int esriRowsTypeNone
          Check out the schema only.
 

Field Detail

esriRowsTypeNone

static final int esriRowsTypeNone
Check out the schema only.

See Also:
Constant Field Values

esriRowsTypeAll

static final int esriRowsTypeAll
Check out all rows.

See Also:
Constant Field Values

esriRowsTypeFilter

static final int esriRowsTypeFilter
Apply the filters defined by the ReplicaDescription object.

See Also:
Constant Field Values