Clearing all statements in a statement pool
To close and discard all statements in a statement pool, use the emptyPool() method of the ExtStatementPoolMonitorMBean interface. For example:
ExtStatementPoolMonitor monitor =
((ExtConnection) con).getStatementPoolMonitor().emptyPool();