Uses of Class
velosurf.sql.ConnectionPool

Packages that use ConnectionPool
velosurf.sql Contains all core classes dealing with the database itself. 
 

Uses of ConnectionPool in velosurf.sql
 

Fields in velosurf.sql declared as ConnectionPool
private  ConnectionPool PreparedStatementPool.connectionPool
          connection pool.
private  ConnectionPool Database.connectionPool
          Pool of connections.
private  ConnectionPool StatementPool.connectionPool
          Connection pool.
private  ConnectionPool Database.transactionConnectionPool
          Pool of connections for transactions.
 

Constructors in velosurf.sql with parameters of type ConnectionPool
PreparedStatementPool(ConnectionPool connectionPool, boolean checkConnections, long checkInterval)
          build a new pool.
StatementPool(ConnectionPool connectionPool, boolean checkConnections, long checkInterval)
          build a new pool.
 



~ooOoo~