예제 #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();
 }