com.esri.arcgis.geodatabase
Interface IOleDBConnectionInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IOleDBConnectionInfoProxy, OLEDBWorkspaceFactory

public interface IOleDBConnectionInfo
extends java.io.Serializable

COM Interface 'IOleDBConnectionInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1ae253d9_675e_48eb_958f_68554cbf26d3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID1ae253d9_675e_48eb_958f_68554cbf26d3

static final int IID1ae253d9_675e_48eb_958f_68554cbf26d3
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
Method Detail

setParameters

void setParameters(java.lang.String connectionString,
                   java.lang.String password)
                   throws java.io.IOException,
                          AutomationException
Set OleDB connection property parameters.

Parameters:
connectionString - The connectionString (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearParameters

void clearParameters(java.lang.String connectionString)
                     throws java.io.IOException,
                            AutomationException
Clears OleDB connection property parameters.

Parameters:
connectionString - The connectionString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.