Package persistence
package persistence
-
ClassesClassDescriptionImplementation of the Game's Database class, contains SQL queries, and SQLite connection opening and closing methods.Implementation of DBRecord class for Database INSERT and SELECT queries.Implementation of DBRecordTable class, which converts an ArrayList of DBRecords to a TableModel.Implementation of FileHandler class, contains static methods for saving and loading Map and Game state to and from files.