Class SQLServerConnectionPoolDataSource

java.lang.Object
com.microsoft.sqlserver.jdbc.SQLServerDataSource
com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
All Implemented Interfaces:
ISQLServerDataSource, Serializable, Wrapper, Referenceable, CommonDataSource, ConnectionPoolDataSource, DataSource
Direct Known Subclasses:
SQLServerXADataSource

public class SQLServerConnectionPoolDataSource extends SQLServerDataSource implements ConnectionPoolDataSource
Provides physical database connections for connection pool managers. SQLServerConnectionPoolDataSource is typically used in Java Application Server environments that support built-in connection pooling and require a ConnectionPoolDataSource to provide physical connections. For example, J2EE application servers that provide JDBC 3.0 API spec connection pooling.
See Also:
Serialized Form