示例#1
0
文件: DBManager.java 项目: nh13/IGV
 public String getClientInfo(String s) throws SQLException {
   return conn.getClientInfo(s);
 }
示例#2
0
文件: DBManager.java 项目: nh13/IGV
 public Properties getClientInfo() throws SQLException {
   return conn.getClientInfo();
 }