Example #1
0
 public String getClientInfo(String s) throws SQLException {
   return conn.getClientInfo(s);
 }
Example #2
0
 public Properties getClientInfo() throws SQLException {
   return conn.getClientInfo();
 }