|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PooledPreparedStatement | |
| velosurf.sql | Contains all core classes dealing with the database itself. |
| Uses of PooledPreparedStatement in velosurf.sql |
| Methods in velosurf.sql that return PooledPreparedStatement | |
protected PooledPreparedStatement |
PreparedStatementPool.getPreparedStatement(java.lang.String inQuery)
gets a PooledPreparedStatement associated with this query |
protected PooledPreparedStatement |
PreparedStatementPool.getTransactionPreparedStatement(java.lang.String inQuery)
get a statement that is going to be used in transactions |
PooledPreparedStatement |
DBConnection.prepare(java.lang.String inQuery)
prepare a query |
PooledPreparedStatement |
DBConnection.transactionPrepare(java.lang.String inQuery)
prepare a query which is part of a transaction |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||