Uses of Package
org.alicebot.server.sql.pool

Packages that use org.alicebot.server.sql.pool
org.alicebot.server.sql.pool   
 

Classes in org.alicebot.server.sql.pool used by org.alicebot.server.sql.pool
DbAccess
           Represents all connection details to a DBMS and allows for getting the input/output streams.
ObjectPool
          An abstract pool of objects that can be checked in and locked, checked out and unlocked.