com.esri.arcgis.geodatabase
Interface esriWorkspaceTablePropertyType

All Superinterfaces:
Serializable

public interface esriWorkspaceTablePropertyType
extends Serializable

Workspace table properties.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTablePropBindCursor
          Support for bind cursors (VT_BOOL).
static int esriTablePropCanAddField
          Can add a field to a table (VT_BOOL).
static int esriTablePropCanAddIndex
          Can add an index to a table (VT_BOOL).
static int esriTablePropCanDeleteField
          Can delete a field from a table (VT_BOOL).
static int esriTablePropCanDeleteIndex
          Can delete an index from a table (VT_BOOL).
static int esriTablePropMaxFieldNameLength
          The maximum length of field names.
static int esriTablePropOIDIsRecordNumber
          The OID is the record number -- implies that id's are continuous (VT_BOOL).
static int esriTablePropRowCountIsCalculated
          The row count is calculated - could be expensive (VT_BOOL).
static int esriTablePropSupportsMultiColumnIndexes
          Support for multi-column indexes (VT_BOOL).
 

Field Detail

esriTablePropRowCountIsCalculated

static final int esriTablePropRowCountIsCalculated
The row count is calculated - could be expensive (VT_BOOL).

See Also:
Constant Field Values

esriTablePropCanAddField

static final int esriTablePropCanAddField
Can add a field to a table (VT_BOOL).

See Also:
Constant Field Values

esriTablePropCanDeleteField

static final int esriTablePropCanDeleteField
Can delete a field from a table (VT_BOOL).

See Also:
Constant Field Values

esriTablePropCanAddIndex

static final int esriTablePropCanAddIndex
Can add an index to a table (VT_BOOL).

See Also:
Constant Field Values

esriTablePropCanDeleteIndex

static final int esriTablePropCanDeleteIndex
Can delete an index from a table (VT_BOOL).

See Also:
Constant Field Values

esriTablePropOIDIsRecordNumber

static final int esriTablePropOIDIsRecordNumber
The OID is the record number -- implies that id's are continuous (VT_BOOL).

See Also:
Constant Field Values

esriTablePropMaxFieldNameLength

static final int esriTablePropMaxFieldNameLength
The maximum length of field names.

See Also:
Constant Field Values

esriTablePropBindCursor

static final int esriTablePropBindCursor
Support for bind cursors (VT_BOOL).

See Also:
Constant Field Values

esriTablePropSupportsMultiColumnIndexes

static final int esriTablePropSupportsMultiColumnIndexes
Support for multi-column indexes (VT_BOOL).

See Also:
Constant Field Values