|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteDatabaseWorkspaceFactory
Provides access to members that manage remote database connection information.
The IRemoteDatabaseWorkspaceFactory is an optional interface supported by remote database workspaces that contains additional methods for connection file management.
IWorkspace
Method Summary | |
---|---|
void |
deleteConnectionFile(String pathName)
Deletes the remote database workspace connection file. |
IWorkspaceName |
editConnectionFile(String pathName,
int hWnd)
Edits the properties of a remote database workspace connection file. |
IWorkspaceName |
renameConnectionFile(String oldPathName,
String newName)
Renames the remote database workspace connection file. |
Method Detail |
---|
void deleteConnectionFile(String pathName) throws IOException, AutomationException
pathName
- The pathName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWorkspaceName renameConnectionFile(String oldPathName, String newName) throws IOException, AutomationException
The oldPathName is the path and connection file name. the newName is the new file name without a path. An error is returned if newName has a fully qualified path.
oldPathName
- The oldPathName (in)newName
- The newName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWorkspaceName editConnectionFile(String pathName, int hWnd) throws IOException, AutomationException
pathName
- The pathName (in)hWnd
- The hWnd (A COM typedef) (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 |