com.esri.arcgis.geodatabase
Interface esriWorkspacePropertyType

All Superinterfaces:
Serializable

public interface esriWorkspacePropertyType
extends Serializable

Workspace Properties.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriWorkspacePropCanAnalyze
          Whether the Workspace can analyze tables or not (VT_BOOL).
static int esriWorkspacePropCanEdit
          Whether the Workspace is editable or not (VT_BOOL).
static int esriWorkspacePropCanExecuteSQL
          Whether the ExecuteSQL function works or not (VT_BOOL).
static int esriWorkspacePropCanGetConfigurationKeywords
          Whether the Workspace can return a list of configuration keywords (VT_BOOL).
static int esriWorkspacePropHasPrivateEditSession
          Workspace edit sessions are privately managed by another application.
static int esriWorkspacePropIsGeoDatabase
          Whether the Workspace is a GeoDatabase or not (VT_BOOL).
static int esriWorkspacePropIsReadonly
          Whether the Workspace is read-only or not (VT_BOOL).
static int esriWorkspacePropLastCompressDate
          Date of the last compression operation (VT_DATE).
static int esriWorkspacePropLastCompressStatus
          Status of the last compression operation (VT_BSTR).
static int esriWorkspacePropMaxWhereClauseLength
          The maximum length of the where clause used in queries.
static int esriWorkspacePropSupportsArchiving
          Whether the Workspace supports archiving (VT_BOOL).
static int esriWorkspacePropSupportsExtensionDatasets
          Whether the Workspace supports extension datasets or not (VT_BOOL).
static int esriWorkspacePropSupportsHighPrecisionStorage
          Whether the Workspace supports the high-precision storage model or not (VT_BOOL).
static int esriWorkspacePropSupportsMetadata
          Whether the Workspace supports metadata or not (VT_BOOL).
static int esriWorkspacePropSupportsMoveEditsToBase
          Whether the Workspace supports move-edits-to-base registration (VT_BOOL).
static int esriWorkspacePropSupportsQualifiedNames
          Whether the Workspace can qualify names (VT_BOOL).
 

Field Detail

esriWorkspacePropCanExecuteSQL

static final int esriWorkspacePropCanExecuteSQL
Whether the ExecuteSQL function works or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropCanEdit

static final int esriWorkspacePropCanEdit
Whether the Workspace is editable or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropIsReadonly

static final int esriWorkspacePropIsReadonly
Whether the Workspace is read-only or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropSupportsQualifiedNames

static final int esriWorkspacePropSupportsQualifiedNames
Whether the Workspace can qualify names (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropSupportsMetadata

static final int esriWorkspacePropSupportsMetadata
Whether the Workspace supports metadata or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropCanAnalyze

static final int esriWorkspacePropCanAnalyze
Whether the Workspace can analyze tables or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropCanGetConfigurationKeywords

static final int esriWorkspacePropCanGetConfigurationKeywords
Whether the Workspace can return a list of configuration keywords (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropIsGeoDatabase

static final int esriWorkspacePropIsGeoDatabase
Whether the Workspace is a GeoDatabase or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropMaxWhereClauseLength

static final int esriWorkspacePropMaxWhereClauseLength
The maximum length of the where clause used in queries.

See Also:
Constant Field Values

esriWorkspacePropHasPrivateEditSession

static final int esriWorkspacePropHasPrivateEditSession
Workspace edit sessions are privately managed by another application.

See Also:
Constant Field Values

esriWorkspacePropSupportsHighPrecisionStorage

static final int esriWorkspacePropSupportsHighPrecisionStorage
Whether the Workspace supports the high-precision storage model or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropSupportsExtensionDatasets

static final int esriWorkspacePropSupportsExtensionDatasets
Whether the Workspace supports extension datasets or not (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropLastCompressDate

static final int esriWorkspacePropLastCompressDate
Date of the last compression operation (VT_DATE).

See Also:
Constant Field Values

esriWorkspacePropLastCompressStatus

static final int esriWorkspacePropLastCompressStatus
Status of the last compression operation (VT_BSTR).

See Also:
Constant Field Values

esriWorkspacePropSupportsArchiving

static final int esriWorkspacePropSupportsArchiving
Whether the Workspace supports archiving (VT_BOOL).

See Also:
Constant Field Values

esriWorkspacePropSupportsMoveEditsToBase

static final int esriWorkspacePropSupportsMoveEditsToBase
Whether the Workspace supports move-edits-to-base registration (VT_BOOL).

See Also:
Constant Field Values