public void setClientInfo(String s, String s1) throws SQLClientInfoException { conn.setClientInfo(s, s1); }
public void setClientInfo(Properties properties) throws SQLClientInfoException { conn.setClientInfo(properties); }