public interface ISetDefaultConnectionInfo3 extends ISetDefaultConnectionInfo2, 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 |
IIDfc5b76d5_5ca4_4a0e_a998_fe383e73d6c0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID518570d2_ef66_4b3b_b0bb_fcac077814df
IID094a1c7d_90ae_11d3_80ef_00c04f686238
Modifier and Type | Method and Description |
---|---|
void |
clearParameters3(java.lang.String server,
java.lang.String instance,
java.lang.String authenticationMode)
Clears ArcSDE connection property parameters.
|
void |
setParameters3(java.lang.String server,
java.lang.String instance,
java.lang.String authenticationMode,
java.lang.String userName,
java.lang.String password,
java.lang.String versionName,
java.lang.Object historicalInfo)
Sets ArcSDE connection property parameters.
|
clearParameters
setParameters
static final int IIDfc5b76d5_5ca4_4a0e_a998_fe383e73d6c0
static final int xxDummy
static final java.lang.String IID
void setParameters3(java.lang.String server, java.lang.String instance, java.lang.String authenticationMode, java.lang.String userName, java.lang.String password, java.lang.String versionName, java.lang.Object historicalInfo) throws java.io.IOException, AutomationException
server
- The server (in)instance
- The instance (in)authenticationMode
- The authenticationMode (in)userName
- The userName (in)password
- The password (in)versionName
- The versionName (in)historicalInfo
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void clearParameters3(java.lang.String server, java.lang.String instance, java.lang.String authenticationMode) throws java.io.IOException, AutomationException
server
- The server (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.