Exemplo n.º 1
0
 public void setClientInfo(String s, String s1) throws SQLClientInfoException {
   conn.setClientInfo(s, s1);
 }
Exemplo n.º 2
0
 public void setClientInfo(Properties properties) throws SQLClientInfoException {
   conn.setClientInfo(properties);
 }