public interface ISetDefaultConnectionInfo
extends java.io.Serializable
Description: 'Provides access to default connection information for a remote database (ArcSDE).' 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 |
IID094a1c7d_90ae_11d3_80ef_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
setParameters(java.lang.String server,
java.lang.String instance,
java.lang.String user,
java.lang.String password,
java.lang.String versName)
Sets ArcSDE connection property parameters.
|
static final int IID094a1c7d_90ae_11d3_80ef_00c04f686238
static final int xxDummy
static final java.lang.String IID
void setParameters(java.lang.String server,
java.lang.String instance,
java.lang.String user,
java.lang.String password,
java.lang.String versName)
throws java.io.IOException,
AutomationException
server - The server (in)instance - The instance (in)user - The user (in)password - The password (in)versName - The versName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.