Class MySQLConfiguration

Direct Known Subclasses:
MySQLConfiguration

@Deprecated(since="1.9.0") public class MySQLConfiguration extends ConfigurationContainer
Deprecated.
Since 1.9.0. Use MySQLConfiguration instead.
Represents a container of nodes which dictate the function of and options for the MySQL server backend.
Since:
1.6.0
Author:
Isabel Maskrey
  • Field Details

    • enabled

      public final transient BooleanNode enabled
      Deprecated.
      Whether the MySQL server backend should be enabled.
      Since:
      1.6.0
    • hostname

      public final transient StringNode hostname
      Deprecated.
      The MySQL server hostname.
      Since:
      1.6.0
    • port

      public final transient IntegerNode port
      Deprecated.
      The MySQL server port.
      Since:
      1.6.0
    • database

      public final transient StringNode database
      Deprecated.
      The name of the database to use.
      Since:
      1.6.0
    • userID

      public final transient StringNode userID
      Deprecated.
      The MySQL user ID.
      Since:
      1.6.0
    • password

      public final transient StringNode password
      Deprecated.
      The MySQL user password.
      Since:
      1.6.0
    • flags

      public final transient MapListNode flags
      Deprecated.
      Options for the MySQL connection.
      Since:
      1.6.0
    • tablePrefix

      public final transient StringNode tablePrefix
      Deprecated.
      Optional prefix for any created table's names.
      Since:
      1.6.0
    • appendUnderscoreToPrefix

      public final transient BooleanNode appendUnderscoreToPrefix
      Deprecated.
      Whether to automatically add an underscore between the prefix and the table name. Defaults to true.
      Since:
      1.6.0
  • Constructor Details

    • MySQLConfiguration

      public MySQLConfiguration(ConfigurationNode<?> parent)
      Deprecated.
      Creates a new MySQL configuration container.
      Parameters:
      parent - The parent container.
      Since:
      1.6.0