com.esri.arcgis.geodatabase
Interface esriRowsType

All Superinterfaces:
java.io.Serializable

public interface esriRowsType
extends java.io.Serializable

Defines the criteria for determining which rows to check out.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Remarks

The enumeration is used to define which rows to check out.

The members of this enumeration are represented as follows:

 


Field Summary
static int esriRowsTypeAll
           
static int esriRowsTypeFilter
           
static int esriRowsTypeNone
           
 

Field Detail

esriRowsTypeNone

public static final int esriRowsTypeNone
See Also:
Constant Field Values

esriRowsTypeAll

public static final int esriRowsTypeAll
See Also:
Constant Field Values

esriRowsTypeFilter

public static final int esriRowsTypeFilter
See Also:
Constant Field Values