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
protected  ConnectionPool StatementPool.connectionPool
          Connection pool
protected  ConnectionPool Database.connectionPool
          Pool of connections
protected  ConnectionPool PreparedStatementPool.connectionPool
          connection pool
protected  ConnectionPool Database.transactionConnectionPool
          Pool of connections for transactions
 

Constructors in velosurf.sql with parameters of type ConnectionPool
PreparedStatementPool(ConnectionPool connectionPool)
          builds a new pool
StatementPool(ConnectionPool connectionPool)
          builds a new pool
 



~ooOoo~