Class Database
java.lang.Object
me.github.simonplays15.betterbansystem.core.database.Database
- All Implemented Interfaces:
IDatabase
- Direct Known Subclasses:
MongoDBDatabase
,MySQLDatabase
,SQLiteDatabase
This abstract class represents a generic database.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.github.simonplays15.betterbansystem.core.database.IDatabase
commitTransaction, connect, createDatabaseAndTables, createIndex, delete, disconnect, executeQuery, insert, query, rollbackTransaction, select, selectAll, startTransaction, update
-
Constructor Details
-
Database
public Database()Instantiates a new Database.
-