コード例 #1
0
 public EDBUser searchUser(String name) throws IOException, SQLException {
   return loginDao.searchuser(name);
 }