Uses of Class
overit.geocall.sql.StandardPooledConnection
Packages that use StandardPooledConnection
-
Uses of StandardPooledConnection in overit.geocall.sql
Methods in overit.geocall.sql that return StandardPooledConnectionModifier and TypeMethodDescriptionStandardConnectionPool.getConnection(int i, String activity) Extract a free connection from the poolStandardConnectionPool.getConnection(String activity) Extract a free connection from the poolMethods in overit.geocall.sql with parameters of type StandardPooledConnectionModifier and TypeMethodDescriptionvoidStandardConnectionPool.releaseConnection(StandardPooledConnection spc) Releases a connection previously extracted withgetConnection()