Interface | Description |
---|---|
Database |
Interface for interacting with a Plan SQL database.
|
Class | Description |
---|---|
AbstractDatabase |
Abstract class representing a Database.
|
DBAccessLock |
Database Lock that prevents queries and transactions from taking place before database schema is ready.
|
H2DB |
Implementation of the H2 database
|
H2DB.Factory | |
MySQLDB | |
SQLDB |
Class containing main logic for different data related save and load functionality.
|
SQLiteDB | |
SQLiteDB.Factory |
Enum | Description |
---|---|
Database.State | |
DBType |
An enum which stores the name, the config name and if the Database supports MySQL Queries
|