Class MySQLDB

All Implemented Interfaces:
Database

@Singleton public class MySQLDB extends SQLDB
  • Field Details

    • dataSource

      protected com.zaxxer.hikari.HikariDataSource dataSource
  • Constructor Details

    • MySQLDB

      @Inject public MySQLDB(Locale locale, PlanConfig config, dagger.Lazy<ServerInfo> serverInfo, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, net.playeranalytics.plugin.server.PluginLogger pluginLogger, ErrorLogger errorLogger)
  • Method Details