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. activeConnectionsprotected java.util.List<PooledConnection>PoolState. idleConnectionsMethods in org.apache.ibatis.datasource.pooled that return PooledConnection Modifier and Type Method Description private PooledConnectionPooledDataSource. 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 booleanPooledDataSource. pingConnection(PooledConnection conn)Method to check to see if a connection is still usableprotected voidPooledDataSource. pushConnection(PooledConnection conn)
-