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