Beispiel #1
0
 public ResultSet getGeneratedKeys() throws SQLException {
   return wsh.wrap(super.getGeneratedKeys());
 }
Beispiel #2
0
 public ResultSet executeQuery(String sql) throws SQLException {
   return wsh.wrap(super.executeQuery(sql));
 }
Beispiel #3
0
 public ResultSet getResultSet() throws SQLException {
   return wsh.wrap(super.getResultSet());
 }