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