public interface IRemoteDatabaseWorkspaceFactory2
extends java.io.Serializable
Description: 'Provides access to members that manage remote geodatabase 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 |
IID02ddefe3_468d_456d_a862_53296b590988 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IWorkspaceName |
editGeodatabaseConnectionProperties(java.lang.String pathName,
int hWnd)
Edits the geodatabase connection properties of a remote database workspace connection file.
|
static final int IID02ddefe3_468d_456d_a862_53296b590988
static final int xxDummy
static final java.lang.String IID
IWorkspaceName editGeodatabaseConnectionProperties(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.