com.esri.arcgis.geodatabase
Interface esriWorkspaceTablePropertyType

All Superinterfaces:
java.io.Serializable

public interface esriWorkspaceTablePropertyType
extends java.io.Serializable

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

Description: 'Workspace table properties.' 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 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