| |
|
| java.lang.Object velosurf.sql.PreparedStatementPool
PreparedStatementPool | protected PreparedStatementPool(ConnectionPool connectionPool)(Code) | | build a new pool.
Parameters: connectionPool - connection pool |
clear | public void clear()(Code) | | close all statements.
|
finalize | protected void finalize()(Code) | | clear statements on exit.
|
getUsageStats | public int[] getUsageStats()(Code) | | debug - get usage statistics.
an int array : [nb of statements in use , total nb of statements] |
run | public void run()(Code) | | cycle through statements to check and recycle them.
|
|
|
|