public interface IRemoteDatabaseWorkspaceFactory
extends java.io.Serializable
Description: 'Provides access to members that manage remote database connection information.' 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 |
IIDab4a2d7a_055b_11d2_aa97_00c04fa33a15 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
deleteConnectionFile(java.lang.String pathName)
Deletes the remote database workspace connection file.
|
IWorkspaceName |
editConnectionFile(java.lang.String pathName,
int hWnd)
Edits the properties of a remote database workspace connection file.
|
IWorkspaceName |
renameConnectionFile(java.lang.String oldPathName,
java.lang.String newName)
Renames the remote database workspace connection file.
|
static final int IIDab4a2d7a_055b_11d2_aa97_00c04fa33a15
static final int xxDummy
static final java.lang.String IID
void deleteConnectionFile(java.lang.String pathName) throws java.io.IOException, AutomationException
pathName
- The pathName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IWorkspaceName renameConnectionFile(java.lang.String oldPathName, java.lang.String newName) throws java.io.IOException, AutomationException
oldPathName
- The oldPathName (in)newName
- The newName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IWorkspaceName editConnectionFile(java.lang.String pathName, int hWnd) throws java.io.IOException, AutomationException
pathName
- The pathName (in)hWnd
- The hWnd (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.