public interface IWorkspace
extends java.io.Serializable
Description: 'Provides access to members that have information about the workspace.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd4803ee1_79f4_11d0_97fc_0080c7f79481 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
executeSQL(java.lang.String sqlStmt)
Executes the specified SQL statement.
|
boolean |
exists()
Checks if the workspace exists.
|
IPropertySet |
getConnectionProperties()
The connection properties of the workspace.
|
IEnumDatasetName |
getDatasetNames(int datasetType)
The DatasetNames in the workspace.
|
IEnumDataset |
getDatasets(int datasetType)
The datasets in the workspace.
|
java.lang.String |
getPathName()
The file system full path of the workspace.
|
int |
getType()
The Type of the Workspace.
|
IWorkspaceFactory |
getWorkspaceFactory()
The factory that created the workspace.
|
boolean |
isDirectory()
TRUE if the workspace is a file system directory.
|
static final int IIDd4803ee1_79f4_11d0_97fc_0080c7f79481
static final int xxDummy
static final java.lang.String IID
IPropertySet getConnectionProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IWorkspaceFactory getWorkspaceFactory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDataset getDatasets(int datasetType) throws java.io.IOException, AutomationException
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getDatasetNames(int datasetType) throws java.io.IOException, AutomationException
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPathName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean exists() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void executeSQL(java.lang.String sqlStmt) throws java.io.IOException, AutomationException
sqlStmt
- The sqlStmt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.