Uses of Class
me.github.simonplays15.betterbansystem.core.database.Database
Packages that use Database
Package
Description
-
Uses of Database in me.github.simonplays15.betterbansystem.core.database.mongodb
Subclasses of Database in me.github.simonplays15.betterbansystem.core.database.mongodbModifier and TypeClassDescriptionclass
A subclass of MongoDBDatabase that implements caching for enhanced performance.class
MongoDBDatabase is a concrete class that extends the abstract class Database. -
Uses of Database in me.github.simonplays15.betterbansystem.core.database.mysql
Subclasses of Database in me.github.simonplays15.betterbansystem.core.database.mysqlModifier and TypeClassDescriptionclass
A cached implementation of MySQLDatabase that provides caching for database queries.class
MySQLDatabase is a class that extends the abstract class Database and provides methods for managing an MySQL database. -
Uses of Database in me.github.simonplays15.betterbansystem.core.database.sqlite
Subclasses of Database in me.github.simonplays15.betterbansystem.core.database.sqliteModifier and TypeClassDescriptionclass
This class extends the SQLiteDatabase class and provides caching capabilities for select queries.class
The SQLiteDatabase class represents a database connection and provides methods for interacting with the database.