Uses of Class
com.blackrook.sql.SQLPool
Packages that use SQLPool
-
Uses of SQLPool in com.blackrook.sql
Constructors in com.blackrook.sql with parameters of type SQLPoolModifierConstructorDescriptionprotectedSQLAbstractDAO(SQLPool pool) Creates this DAO attached to the provided pool, no connection acquisition timeout.protectedSQLAbstractDAO(SQLPool pool, long acquireTimeout) Creates this DAO attached to the provided pool, no connection acquisition timeout.