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