Uses of Class
velosurf.sql.PreparedStatementPool

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

Uses of PreparedStatementPool in velosurf.sql
 

Fields in velosurf.sql declared as PreparedStatementPool
private  PreparedStatementPool Database.preparedStatementPool
          Pool of prepared statements.
private  PreparedStatementPool Database.transactionPreparedStatementPool
          Pool of prepared statements for transactions.
 



~ooOoo~