|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxGeodatabase
Provides access to members of GxObject that connect to an Geodatabase object.
Method Summary | |
---|---|
void |
backup(String backupName,
String backupFileName,
String description,
boolean[] isSimpleRecoveryModel)
Backs up a Geodatabase from a Data server. |
void |
detachGeodatabase()
Detach a Geodatabase from a Data server. |
Object |
getDataServerManager()
The Data Server Manager object. |
void |
getGeodatabaseName(String[] name)
The Geodatabase name. |
void |
getProperties(String[] owner,
Object[] creationDate,
int[] size,
String[] fileLocation,
Object[] lastBackup)
Backup information. |
void |
upgrade()
Upgrades Geodatabase. |
Method Detail |
---|
void getGeodatabaseName(String[] name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void detachGeodatabase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void backup(String backupName, String backupFileName, String description, boolean[] isSimpleRecoveryModel) throws IOException, AutomationException
backupName
- The backupName (in)backupFileName
- The backupFileName (in)description
- The description (in)isSimpleRecoveryModel
- The isSimpleRecoveryModel (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getProperties(String[] owner, Object[] creationDate, int[] size, String[] fileLocation, Object[] lastBackup) throws IOException, AutomationException
owner
- The owner (out: use single element array)creationDate
- A Variant (out: use single element array)size
- The size (out: use single element array)fileLocation
- The fileLocation (out: use single element array)lastBackup
- A Variant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void upgrade() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDataServerManager() 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 |