Uses of Class
com.github.alex1304.ultimategdbot.api.database.Database
-
Packages that use Database Package Description com.github.alex1304.ultimategdbot.api com.github.alex1304.ultimategdbot.api.database com.github.alex1304.ultimategdbot.api.guildconfig -
-
Uses of Database in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return Database Modifier and Type Method Description DatabaseBot. database()Gets the database of the bot. -
Uses of Database in com.github.alex1304.ultimategdbot.api.database
Methods in com.github.alex1304.ultimategdbot.api.database that return Database Modifier and Type Method Description static DatabaseDatabase. create(org.jdbi.v3.core.Jdbi jdbi)Creates a new database backed by the givenJdbiinstance. -
Uses of Database in com.github.alex1304.ultimategdbot.api.guildconfig
Methods in com.github.alex1304.ultimategdbot.api.guildconfig with parameters of type Database Modifier and Type Method Description reactor.core.publisher.Mono<D>GuildConfigurator. resetConfig(Database database)Resets the configuration to its default value and saves the data with the default values in the given database.reactor.core.publisher.Mono<Void>GuildConfigurator. saveConfig(Database database)Saves in the given database the data object reflecting all modifications performed through the entries of this configurator.
-