Example #1
0
 public CallableStatement prepareCall(String s, int i, int i1, int i2) throws SQLException {
   return conn.prepareCall(s, i, i1, i2);
 }
Example #2
0
 public CallableStatement prepareCall(String s) throws SQLException {
   return conn.prepareCall(s);
 }