Uses of Class
com.glyart.asql.bungeecord.BungeecordASQLContext.ContextBuilder
-
-
Uses of BungeecordASQLContext.ContextBuilder in com.glyart.asql.bungeecord
Methods in com.glyart.asql.bungeecord that return BungeecordASQLContext.ContextBuilder Modifier and Type Method Description static BungeecordASQLContext.ContextBuilder
BungeecordASQLContext. builder()
BungeecordASQLContext.ContextBuilder
BungeecordASQLContext.ContextBuilder. setCredentials(com.glyart.asql.common.database.DataSourceCredentials credentials)
Sets the given credentials for connecting to a data source.BungeecordASQLContext.ContextBuilder
BungeecordASQLContext.ContextBuilder. setDatabaseHandler(com.glyart.asql.common.database.DataSourceHandler dataSourceHandler)
Sets the handler for the data source interaction.BungeecordASQLContext.ContextBuilder
BungeecordASQLContext.ContextBuilder. setPlugin(net.md_5.bungee.api.plugin.Plugin plugin)
Sets the Plugin which created this BungeecordASQLContext.
-