コード例 #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();
 }