コード例 #1
0
 public static void main(String[] arg) throws Exception {
   DBController db = new DBController();
   db.testDriver();
   db.getConnection();
 }