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