public ResultSet getGeneratedKeys() throws SQLException { return wsh.wrap(super.getGeneratedKeys()); }
public ResultSet executeQuery(String sql) throws SQLException { return wsh.wrap(super.executeQuery(sql)); }
public ResultSet getResultSet() throws SQLException { return wsh.wrap(super.getResultSet()); }