Example #1
0
 public Struct createStruct(String s, Object[] objects) throws SQLException {
   return conn.createStruct(s, objects);
 }