Uses of Class
org.apache.ibatis.datasource.pooled.PooledConnection
Packages that use PooledConnection
-
Uses of PooledConnection in org.apache.ibatis.datasource.pooled
Fields in org.apache.ibatis.datasource.pooled with type parameters of type PooledConnectionModifier and TypeFieldDescriptionprotected final List<PooledConnection> PoolState.activeConnectionsprotected final List<PooledConnection> PoolState.idleConnectionsMethods in org.apache.ibatis.datasource.pooled that return PooledConnectionModifier and TypeMethodDescriptionprivate PooledConnectionPooledDataSource.popConnection(String username, String password) Methods in org.apache.ibatis.datasource.pooled with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected booleanPooledDataSource.pingConnection(PooledConnection conn) Method to check to see if a connection is still usableprotected voidPooledDataSource.pushConnection(PooledConnection conn)