public String getClientInfo(String s) throws SQLException { return conn.getClientInfo(s); }
public Properties getClientInfo() throws SQLException { return conn.getClientInfo(); }