Class DatabaseHandler

java.lang.Object
com.sk89q.worldguard.blacklist.logger.DatabaseHandler
All Implemented Interfaces:
LoggerHandler

public class DatabaseHandler extends Object implements LoggerHandler
  • Constructor Details

    • DatabaseHandler

      public DatabaseHandler(String dsn, String user, String pass, String table, String worldName, Logger logger)
      Construct the object.
      Parameters:
      dsn - The DSN for the connection
      user - The username to connect with
      pass - The password to connect with
      table - The table to log to
      worldName - The name of the world to log
      logger - The logger to log errors to
  • Method Details