Package com.glyart.asql.bungeecord
Class BungeecordASQLContext
- java.lang.Object
-
- com.glyart.asql.bungeecord.BungeecordASQLContext
-
- All Implemented Interfaces:
com.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
public class BungeecordASQLContext extends Object implements com.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
Represents a modelled ASQLContext inside a Bungeecord Context. There can be multiple BungeecordASQLContext. Creating different BungeecordASQLContext means that in the same Bungeecord Context you are willing to interact with different data sources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BungeecordASQLContext.ContextBuilder
-
Constructor Summary
Constructors Modifier Constructor Description protected
BungeecordASQLContext(net.md_5.bungee.api.plugin.Plugin plugin, com.glyart.asql.common.database.DataSourceCredentials credentials, com.glyart.asql.common.database.DataSourceHandler dataSourceHandler)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BungeecordASQLContext.ContextBuilder
builder()
com.glyart.asql.common.database.DataSourceHandler
getDataSourceHandler()
com.glyart.asql.common.database.DataTemplate<BungeecordASQLContext>
getDataTemplate()
Logger
getLogger()
net.md_5.bungee.api.plugin.Plugin
getPlugin()
com.glyart.asql.common.context.ContextScheduler
getScheduler()
-
-
-
Method Detail
-
getScheduler
public com.glyart.asql.common.context.ContextScheduler getScheduler()
- Specified by:
getScheduler
in interfacecom.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
-
getDataTemplate
public com.glyart.asql.common.database.DataTemplate<BungeecordASQLContext> getDataTemplate()
- Specified by:
getDataTemplate
in interfacecom.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
-
getPlugin
public net.md_5.bungee.api.plugin.Plugin getPlugin()
- Specified by:
getPlugin
in interfacecom.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
-
getDataSourceHandler
public com.glyart.asql.common.database.DataSourceHandler getDataSourceHandler()
- Specified by:
getDataSourceHandler
in interfacecom.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
-
getLogger
public Logger getLogger()
- Specified by:
getLogger
in interfacecom.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
-
builder
public static BungeecordASQLContext.ContextBuilder builder()
-
-