コード例 #1
0
 private Connection getConnection() {
   DBConnectionHandler manager = DBConnectionHandler.getInstance();
   return manager.get();
 }