SQLServerConnectionPoolDataSource Members
The following tables list the members that are exposed by the SQLServerConnectionPoolDataSource class.
Constructors
Name |
Description |
---|---|
Initializes a new instance of the SQLServerConnectionPoolDataSource class. |
Fields
None.
Inherited Fields
None.
Methods
Name |
Description |
---|---|
(Inherited from SQLServerDataSource) Returns the application name. |
|
(Inherited from SQLServerDataSource) Tries to establish a connection with the data source that this DataSource object represents. |
|
(Inherited from SQLServerDataSource) Returns the database name. |
|
(Inherited from SQLServerDataSource) Returns a description of the data source. |
|
(Inherited from SQLServerDataSource) Returns the name of the failover server that is used in a database mirroring configuration. |
|
(Inherited from SQLServerDataSource) Returns the SQL Server instance name. |
|
(Inherited from SQLServerDataSource) Returns a boolean value that indicates if the lastUpdateCount property is enabled. |
|
(Inherited from SQLServerDataSource) Returns an int value that indicates the number of milliseconds that the database will wait before reporting a lock time out. |
|
(Inherited from SQLServerDataSource) Returns the number of seconds that this DataSource object will wait while trying to make a connection. |
|
(Inherited from SQLServerDataSource) Returns a character output stream to be used for all logging and tracing messages. |
|
Tries to establish a physical database connection that can be used as a pooled connection. |
|
(Inherited from SQLServerDataSource) Returns the current port number that is used to communicate with SQL Server. |
|
Returns a reference to this DataSource object. |
|
(Inherited from SQLServerDataSource) Returns the default cursor type that is used for all result sets that are created by using this DataSource object. |
|
(Inherited from SQLServerDataSource) Returns a boolean value that indicates if sending string parameters to the server in UNICODE format is enabled. |
|
(Inherited from SQLServerDataSource) Returns the name of the computer that is running SQL Server. |
|
(Inherited from SQLServerDataSource) Returns the URL that is used to connect to the data source. |
|
(Inherited from SQLServerDataSource) Returns the user name that is used to connect the data source. |
|
(Inherited from SQLServerDataSource) Returns the name of the client computer name that is used to connect to the data source. |
|
(Inherited from SQLServerDataSource) Returns a boolean value that indicates if converting SQL states to XOPEN compliant states is enabled. |
|
Indicates whether this object is a wrapper for the specified interface. |
|
(Inherited from SQLServerDataSource) Sets the application name. |
|
(Inherited from SQLServerDataSource) Sets the database name to connect to. |
|
(Inherited from SQLServerDataSource) Sets the description of the data source. |
|
(Inherited from SQLServerDataSource) Sets the name of the failover server that is used in a database mirroring configuration. |
|
(Inherited from SQLServerDataSource) Sets the SQL Server instance name. |
|
(Inherited from SQLServerDataSource) Sets a boolean value that indicates if the integratedSecurity property is enabled. |
|
(Inherited from SQLServerDataSource) Sets a boolean value that indicates if the lastUpdateCount property is enabled. |
|
(Inherited from SQLServerDataSource) Sets an int value that indicates the number of milliseconds to wait before the database reports a lock time out. |
|
(Inherited from SQLServerDataSource) Sets the number of seconds that this DataSource object will wait while trying to make a connection. |
|
(Inherited from SQLServerDataSource) Sets a character output stream to be used for all logging and tracing messages. |
|
(Inherited from SQLServerDataSource) Sets the password that will be used to connect to SQL Server. |
|
(Inherited from SQLServerDataSource) Sets the port number to be used to communicate with SQL Server. |
|
(Inherited from SQLServerDataSource) Sets the default cursor type that is used for all result sets that are created by using this DataSource object. |
|
(Inherited from SQLServerDataSource) Sets a boolean value that indicates if sending string parameters to the server in UNICODE format is enabled. |
|
(Inherited from SQLServerDataSource) Sets the name of the computer that is running SQL Server. |
|
(Inherited from SQLServerDataSource) Sets the URL that is used to connect to the data source. |
|
(Inherited from SQLServerDataSource) Sets the user name that is used to connect the data source. |
|
(Inherited from SQLServerDataSource) Sets the client computer name that is used to connect to the data source. |
|
(Inherited from SQLServerDataSource) Sets a boolean value that indicates if converting SQL states to XOPEN compliant states is enabled. |
|
Returns an object that implements the specified interface to allow access to the Microsoft SQL Server JDBC Driver-specific methods. |
Inherited Methods
Class inherited from: |
Methods |
---|---|
com.microsoft.sqlserver.jdbc.SQLServerDataSource |
getApplicationName, getConnection, getDatabaseName, getDescription, getFailoverPartner, getInstanceName, getLastUpdateCount, getLockTimeout, getLoginTimeout, getLogWriter, getPortNumber, getSelectMethod, getSendStringParametersAsUnicode, getServerName, getURL, getUser, getWorkstationID, getXopenStates, setApplicationName, setDatabaseName, setDescription, setFailoverPartner, setInstanceName, setIntegratedSecurity, setLastUpdateCount, setLockTimeout, setLoginTimeout, setLogWriter, setPassword, setPortNumber, setSelectMethod, setSendStringParametersAsUnicode, setServerName, setURL, setUser, setWorkstationID, setXopenStates |
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |
java.sql.Wrapper |
isWrapperFor, unwrap |
javax.sql.ConnectionPoolDataSource |
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter, getPooledConnection |