Uses of Class
com.github.alex1304.ultimategdbot.api.database.DatabaseService
-
Packages that use DatabaseService Package Description com.github.alex1304.ultimategdbot.api.database com.github.alex1304.ultimategdbot.api.database.guildconfig com.github.alex1304.ultimategdbot.api.service -
-
Uses of DatabaseService in com.github.alex1304.ultimategdbot.api.database
Methods in com.github.alex1304.ultimategdbot.api.database that return DatabaseService Modifier and Type Method Description static DatabaseService
DatabaseService. create(org.jdbi.v3.core.Jdbi jdbi)
Creates a new database backed by the givenJdbi
instance. -
Uses of DatabaseService in com.github.alex1304.ultimategdbot.api.database.guildconfig
Methods in com.github.alex1304.ultimategdbot.api.database.guildconfig with parameters of type DatabaseService Modifier and Type Method Description reactor.core.publisher.Mono<D>
GuildConfigurator. resetConfig(DatabaseService 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(DatabaseService database)
Saves in the given database the data object reflecting all modifications performed through the entries of this configurator. -
Uses of DatabaseService in com.github.alex1304.ultimategdbot.api.service
Fields in com.github.alex1304.ultimategdbot.api.service with type parameters of type DatabaseService Modifier and Type Field Description static com.github.alex1304.rdi.ServiceReference<DatabaseService>
CommonServices. DATABASE_SERVICE
Methods in com.github.alex1304.ultimategdbot.api.service that return DatabaseService Modifier and Type Method Description DatabaseService
BotService. database()
Constructors in com.github.alex1304.ultimategdbot.api.service with parameters of type DatabaseService Constructor Description BotService(discord4j.core.GatewayDiscordClient gateway, CommandService commandService, DatabaseService databaseService, EmojiService emojiService, InteractiveMenuService interactiveMenuService, LocalizationService localizationService, LoggingService loggingService, PluginMetadataService pluginMetadataService)
-