Class VelocityASQLContext

  • All Implemented Interfaces:
    com.glyart.asql.common.context.ASQLContext<Object>

    public class VelocityASQLContext
    extends Object
    implements com.glyart.asql.common.context.ASQLContext<Object>
    Represents a modelled ASQLContext inside a Velocity Context. There can be multiple VelocityASQLContext. Creating different VelocityASQLContext means that in the same Velocity Context you are willing to interact with different data sources.
    • Constructor Detail

      • VelocityASQLContext

        protected VelocityASQLContext​(com.velocitypowered.api.proxy.ProxyServer server,
                                      Object plugin,
                                      Logger logger,
                                      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<Object>
      • getDataTemplate

        public com.glyart.asql.common.database.DataTemplate<VelocityASQLContext> getDataTemplate()
        Specified by:
        getDataTemplate in interface com.glyart.asql.common.context.ASQLContext<Object>
      • getPlugin

        public Object getPlugin()
        Specified by:
        getPlugin in interface com.glyart.asql.common.context.ASQLContext<Object>
      • getDataSourceHandler

        public com.glyart.asql.common.database.DataSourceHandler getDataSourceHandler()
        Specified by:
        getDataSourceHandler in interface com.glyart.asql.common.context.ASQLContext<Object>
      • getLogger

        public Logger getLogger()
        Specified by:
        getLogger in interface com.glyart.asql.common.context.ASQLContext<Object>