com.esri.arcgis.geodatabase
Interface ISetDefaultConnectionInfo3
- All Superinterfaces:
- ISetDefaultConnectionInfo, ISetDefaultConnectionInfo2, java.io.Serializable
- All Known Implementing Classes:
- ISetDefaultConnectionInfo3Proxy, SdeWorkspaceFactory
public interface ISetDefaultConnectionInfo3
- extends ISetDefaultConnectionInfo2, java.io.Serializable
COM Interface 'ISetDefaultConnectionInfo3'. Generated 3/19/2015 1:20:54 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Method Summary |
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. |
IIDfc5b76d5_5ca4_4a0e_a998_fe383e73d6c0
static final int IIDfc5b76d5_5ca4_4a0e_a998_fe383e73d6c0
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
setParameters3
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
- Sets ArcSDE connection property parameters.
- Parameters:
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)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
clearParameters3
void clearParameters3(java.lang.String server,
java.lang.String instance,
java.lang.String authenticationMode)
throws java.io.IOException,
AutomationException
- Clears ArcSDE connection property parameters.
- Parameters:
server
- The server (in)instance
- The instance (in)authenticationMode
- The authenticationMode (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.