Uses of Interface
com.github.alex1304.ultimategdbot.api.Database
-
Packages that use Database Package Description com.github.alex1304.ultimategdbot.api com.github.alex1304.ultimategdbot.api.database -
-
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. getDatabase()Gets the database of the bot. -
Uses of Database in com.github.alex1304.ultimategdbot.api.database
Methods in com.github.alex1304.ultimategdbot.api.database with parameters of type Database Modifier and Type Method Description reactor.core.publisher.Mono<Void>GuildSettingsEntry. valueAsStringToDatabase(Database db, String strVal, long guildId)Deprecated.reactor.core.publisher.Mono<D>GuildSettingsEntry. valueFromDatabase(Database db, long guildId)Deprecated.reactor.core.publisher.Mono<String>GuildSettingsEntry. valueFromDatabaseAsString(Database db, long guildId)Deprecated.reactor.core.publisher.Mono<Void>GuildSettingsEntry. valueToDatabase(Database db, D value, long guildId)Deprecated.
-