Beispiel #1
0
 /// <summary>
 /// Clears the database table. Returns False if the command did not complete.
 /// </summary>
 /// <returns></returns>
 public static bool clearDB()
 {
     return DBHandler.clearDataTables(DBHandler.GUESTS_TABLE);
 }
Beispiel #2
0
 /// <summary>
 /// Clears the database table. Returns False if the command did not complete.
 /// </summary>
 /// <returns></returns>
 public static bool clearDB()
 {
     return(DBHandler.clearDataTables(DBHandler.PLANES_TABLE));
 }
Beispiel #3
0
 /// <summary>
 /// Clears the database table. Returns False if the command did not complete.
 /// </summary>
 /// <returns></returns>
 public static bool clearDB()
 {
     return(DBHandler.clearDataTables(DBHandler.RESERVATIONS_TABLE));
 }