Uses of Class
edu.uiuc.ncsa.security.storage.sql.ConnectionRecord
-
Packages that use ConnectionRecord Package Description edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table. -
-
Uses of ConnectionRecord in edu.uiuc.ncsa.security.storage.sql
Classes in edu.uiuc.ncsa.security.storage.sql with type parameters of type ConnectionRecord Modifier and Type Class Description class
ConnectionPool<T extends ConnectionRecord>
A pool for jdbc connections.Methods in edu.uiuc.ncsa.security.storage.sql that return ConnectionRecord Modifier and Type Method Description ConnectionRecord
SQLDatabase. getConnection()
Methods in edu.uiuc.ncsa.security.storage.sql with parameters of type ConnectionRecord Modifier and Type Method Description void
SQLDatabase. destroyConnection(ConnectionRecord c)
void
SQLDatabase. releaseConnection(ConnectionRecord c)
Put the connection back on the stack for future use.
-