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.activeConnections
protected final List
<PooledConnection> PoolState.idleConnections
Methods in org.apache.ibatis.datasource.pooled that return PooledConnectionModifier and TypeMethodDescriptionprivate PooledConnection
PooledDataSource.popConnection
(String username, String password) Methods in org.apache.ibatis.datasource.pooled with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected boolean
PooledDataSource.pingConnection
(PooledConnection conn) Method to check to see if a connection is still usableprotected void
PooledDataSource.pushConnection
(PooledConnection conn)