com.esri.arcgis.geodatabase
Interface ISqlDefaultConnectionInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISqlDefaultConnectionInfoProxy, SqlWorkspaceFactory

public interface ISqlDefaultConnectionInfo
extends java.io.Serializable

COM Interface 'ISqlDefaultConnectionInfo'. 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 (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 =


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

Field Detail

IID177a8e41_d923_4996_99fe_d87d7e1833cd

static final int IID177a8e41_d923_4996_99fe_d87d7e1833cd
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 dbclient,
                   java.lang.String instance,
                   java.lang.String authenticationMode,
                   java.lang.String user,
                   java.lang.String password)
                   throws java.io.IOException,
                          AutomationException
Sets connection property parameters.

Parameters:
dbclient - The dbclient (in)
instance - The instance (in)
authenticationMode - The authenticationMode (in)
user - The user (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 dbclient,
                     java.lang.String instance,
                     java.lang.String authenticationMode)
                     throws java.io.IOException,
                            AutomationException
Clears connection property parameters.

Parameters:
dbclient - The dbclient (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.