com.esri.arcgis.geodatabase
Interface esriTableComponents

All Superinterfaces:
java.io.Serializable

public interface esriTableComponents
extends java.io.Serializable

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

Description: 'The components that make up an ArcSDE table.' 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 esriAddsTable
          The adds table (A#).
static int esriArchive
          The archive tables.
static int esriBusinessTable
          The business table.
static int esriDeletesTable
          The deletes table (D#).
static int esriFeatureTable
          The feature table (F#).
static int esriRasterTable
          The raster table.
 

Field Detail

esriBusinessTable

static final int esriBusinessTable
The business table.

See Also:
Constant Field Values

esriFeatureTable

static final int esriFeatureTable
The feature table (F#).

See Also:
Constant Field Values

esriAddsTable

static final int esriAddsTable
The adds table (A#).

See Also:
Constant Field Values

esriDeletesTable

static final int esriDeletesTable
The deletes table (D#).

See Also:
Constant Field Values

esriRasterTable

static final int esriRasterTable
The raster table.

See Also:
Constant Field Values

esriArchive

static final int esriArchive
The archive tables.

See Also:
Constant Field Values