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