Index

A B C D E G I R S U 
All Classes and Interfaces|All Packages

D

DatabaseManager - Class in discorddb.jsondb
JSON Database Manager for Discord DB library
Manages all cached data from the stored JSON databases.
DatabaseObject - Class in discorddb.jsondb
Model for JSON Database Object
A DatabaseObject represents a JSON file that stores data in a key-value format.
It provides methods for reading, writing, and deleting data within the database.
It also maintains a cache of the data in memory for faster access.
DatabaseTable - Class in discorddb.sqlitedb
DatabaseTable represents a table in a SQLite database and provides methods for performing various SQL queries on the table, such as inserting data, searching for data, updating data, and deleting data.
deleteDatabase(String) - Static method in class discorddb.jsondb.DatabaseManager
Delete a database and all of its data from the database map.
(WARNING! THIS ACTION CANNOT BE UNDONE!)
deleteQuery(String, String) - Method in class discorddb.sqlitedb.DatabaseTable
Deletes multiple specified rows from the table that matches the specified key value.
discorddb.jsondb - package discorddb.jsondb
 
discorddb.sqlitedb - package discorddb.sqlitedb
 
dropAllTables() - Static method in class discorddb.sqlitedb.SQLDatabase
Drops all tables in the database.
dropTable(String) - Static method in class discorddb.sqlitedb.SQLDatabase
Drops the specified table from the database.
A B C D E G I R S U 
All Classes and Interfaces|All Packages