|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxDatabase2
Provides access to members that manage the properties of a GX database object.
| Method Summary | |
|---|---|
void |
connect()
Connectsto the underlying database. |
void |
disconnect()
Disconnects or releases the connection to the underlying database. |
IWorkspace |
getWorkspace()
The associated workspace. |
IWorkspaceName |
getWorkspaceName()
The workspace name. |
boolean |
isConnected()
Indicates if the database is connected. |
boolean |
isEnterpriseGeodatabase()
Indicates if the database is an enterprise geodatabase. |
boolean |
isRemoteDatabase()
Indicates if the database is remote. |
void |
setWorkspaceNameByRef(IWorkspaceName workspaceName)
The workspace name. |
| Method Detail |
|---|
void setWorkspaceNameByRef(IWorkspaceName workspaceName)
throws IOException,
AutomationException
workspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWorkspaceName getWorkspaceName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWorkspace getWorkspace()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRemoteDatabase()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isConnected()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnterpriseGeodatabase()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void connect()
throws IOException,
AutomationException
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 | ||||||||