Class MySQL

java.lang.Object
xyz.geik.farmer.database.SQL
xyz.geik.farmer.database.MySQL

public class MySQL extends SQL
MySQL class for database connection
Since:
b000
Author:
Amowny
  • Constructor Details

    • MySQL

      public MySQL()
      Main constructor of MySQL init configurations
  • Method Details

    • createTable

      public void createTable()
      Crates table of MySQL
      Specified by:
      createTable in class SQL
    • getDatabaseType

      public DatabaseType getDatabaseType()
      Gets type of database
      Specified by:
      getDatabaseType in class SQL
      Returns:
      DatabaseType#MYSQL