|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEWorkspace
Provides access to members that return information about a workspace data element.
Method Summary | |
---|---|
IPropertySet |
getConnectionProperties()
The connection information of the database. |
String |
getConnectionString()
The connection string. |
IArray |
getDomains()
The list of Domains. |
String |
getWorkspaceFactoryProgID()
The workspace factory prog id. |
int |
getWorkspaceType()
The workspace type. |
void |
setConnectionPropertiesByRef(IPropertySet connectionProperties)
The connection information of the database. |
void |
setConnectionString(String connection)
The connection string. |
void |
setDomainsByRef(IArray domains)
The list of Domains. |
void |
setWorkspaceFactoryProgID(String progID)
The workspace factory prog id. |
void |
setWorkspaceType(int workspaceType)
The workspace type. |
Method Detail |
---|
int getWorkspaceType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWorkspaceType(int workspaceType) throws IOException, AutomationException
workspaceType
- A com.esri.arcgis.geodatabase.esriWorkspaceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWorkspaceFactoryProgID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWorkspaceFactoryProgID(String progID) throws IOException, AutomationException
progID
- The progID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getConnectionString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionString(String connection) throws IOException, AutomationException
connection
- The connection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getConnectionProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionPropertiesByRef(IPropertySet connectionProperties) throws IOException, AutomationException
connectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getDomains() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDomainsByRef(IArray domains) throws IOException, AutomationException
domains
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |