private void explicitClose(Statement proxy) {
if ( isValid() ) {
LogicalConnectionImplementor lc = getConnectionProxy().getLogicalConnection();
getResourceRegistry().release( proxy );
lc.afterStatementExecution();
}
}
private void invalidateHandle() {
connectionProxyHandler = null;