com.esri.arcgis.geodatabase
Interface ISqlDefaultConnectionInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
SqlWorkspaceFactory

public interface ISqlDefaultConnectionInfo
extends Serializable

Provides access to default connection information for a remote database (QueryLayers).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void clearParameters(String dbclient, String instance, String authenticationMode)
          Clears connection property parameters.
 void setParameters(String dbclient, String instance, String authenticationMode, String user, String password)
          Sets connection property parameters.
 

Method Detail

setParameters

void setParameters(String dbclient,
                   String instance,
                   String authenticationMode,
                   String user,
                   String password)
                   throws IOException,
                          AutomationException
Sets connection property parameters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
dbclient - The dbclient (in)
instance - The instance (in)
authenticationMode - The authenticationMode (in)
user - The user (in)
password - The password (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearParameters

void clearParameters(String dbclient,
                     String instance,
                     String authenticationMode)
                     throws IOException,
                            AutomationException
Clears connection property parameters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
dbclient - The dbclient (in)
instance - The instance (in)
authenticationMode - The authenticationMode (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.