Uses of Class
org.apache.ibatis.datasource.pooled.PooledConnection
-
Packages that use PooledConnection Package Description org.apache.ibatis.datasource.pooled Simple single-thread pooled datasource. -
-
Uses of PooledConnection in org.apache.ibatis.datasource.pooled
Fields in org.apache.ibatis.datasource.pooled with type parameters of type PooledConnection Modifier and Type Field Description protected java.util.List<PooledConnection>
PoolState. activeConnections
protected java.util.List<PooledConnection>
PoolState. idleConnections
Methods in org.apache.ibatis.datasource.pooled that return PooledConnection Modifier and Type Method Description private PooledConnection
PooledDataSource. popConnection(java.lang.String username, java.lang.String password)
Methods in org.apache.ibatis.datasource.pooled with parameters of type PooledConnection Modifier and Type Method Description protected boolean
PooledDataSource. pingConnection(PooledConnection conn)
Method to check to see if a connection is still usableprotected void
PooledDataSource. pushConnection(PooledConnection conn)
-