static VelocityASQLContext.ContextBuilder |
VelocityASQLContext.builder() |
|
VelocityASQLContext.ContextBuilder |
VelocityASQLContext.ContextBuilder.setCredentials(com.glyart.asql.common.database.DataSourceCredentials credentials) |
Sets the given credentials for connecting to a data source.
|
VelocityASQLContext.ContextBuilder |
VelocityASQLContext.ContextBuilder.setDatabaseHandler(com.glyart.asql.common.database.DataSourceHandler dataSourceHandler) |
Sets the handler for the data source interaction.
|
VelocityASQLContext.ContextBuilder |
VelocityASQLContext.ContextBuilder.setLogger(Logger logger) |
Sets the Logger that should use this VelocityASQLContext
|
VelocityASQLContext.ContextBuilder |
VelocityASQLContext.ContextBuilder.setPlugin(Object plugin) |
Sets the Object plugin which created this VelocityASQLContext.
|
VelocityASQLContext.ContextBuilder |
VelocityASQLContext.ContextBuilder.setServer(com.velocitypowered.api.proxy.ProxyServer server) |
Sets the ProxyServer of this VelocityASQLContext
|