com.esri.arcgis.geodatabase
Interface esriRowsType

All Superinterfaces:
Serializable

public interface esriRowsType
extends Serializable

Defines the criteria for determining which rows to check out.

Remarks

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

The members of this enumeration are represented as follows:

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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