com.esri.arcgis.geodatabase
Interface esriTableComponents

All Superinterfaces:
Serializable

public interface esriTableComponents
extends Serializable

The components that make up an ArcSDE table.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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