Class SQLServerPooledConnection

java.lang.Object
com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
All Implemented Interfaces:
Serializable, PooledConnection
Direct Known Subclasses:
SQLServerXAConnection

public class SQLServerPooledConnection extends Object implements PooledConnection, Serializable
Represents a physical database connection in a connection pool. If provides methods for the connection pool manager to manage the connection pool. Applications typically do not instantiate these connections directly.
See Also: