Class MySQLStorage

All Implemented Interfaces:
Closeable

public class MySQLStorage extends SQLStorage
  • Method Details

    • initialize

      public lib.PatPeter.SQLibrary.Database initialize(SectionNode config)
      Description copied from class: SQLStorage
      Initializes an SQL database with the user provided configuration section for loading the database.
      Specified by:
      initialize in class SQLStorage
      Parameters:
      config - The configuration from the config.sk that defines this database.
      Returns:
      A Database implementation from SQLibrary.
    • requiresFile

      protected boolean requiresFile()
      Description copied from class: VariablesStorage
      Checks if this storage requires a file for storing its data.
      Specified by:
      requiresFile in class VariablesStorage
      Returns:
      if this storage needs a file.