ps = conn.prepareStatement( "values ( 1 )" );
println( "Testing implicit closure WITHOUT autocommit on a " + ps.getClass().getName() );
wrapper = new Wrapper41Statement( ps );
wrapper.closeOnCompletion();
rs = ps.executeQuery();
rs.next();
rs.next();