Class 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.
    • Constructor Detail

      • BungeecordASQLContext

        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 Detail

      • getScheduler

        public com.glyart.asql.common.context.ContextScheduler getScheduler()
        Specified by:
        getScheduler in interface com.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 interface com.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 interface com.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 interface com.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>
      • getLogger

        public Logger getLogger()
        Specified by:
        getLogger in interface com.glyart.asql.common.context.ASQLContext<net.md_5.bungee.api.plugin.Plugin>