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
protected  PreparedStatementPool DBConnection.mPreparedStatementPool
          pool of prepared statements
 



ooOoo