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