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 TypeClassDescriptionclassA subclass of MongoDBDatabase that implements caching for enhanced performance.classMongoDBDatabase 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 TypeClassDescriptionclassA cached implementation of MySQLDatabase that provides caching for database queries.classMySQLDatabase 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 TypeClassDescriptionclassThis class extends the SQLiteDatabase class and provides caching capabilities for select queries.classThe SQLiteDatabase class represents a database connection and provides methods for interacting with the database.