Class SQLServerPooledConnection

  • All Implemented Interfaces:
    PooledConnection
    Direct Known Subclasses:
    SQLServerXAConnection

    public class SQLServerPooledConnection
    extends Object
    implements PooledConnection
    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.