Class SQLite

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

public class SQLite extends SQL
SQLite query class
Since:
b000
Author:
Amowny
  • Constructor Details

    • SQLite

      public SQLite()
      Main constructor of SQLite
  • Method Details

    • createTable

      public void createTable()
      Create tables if there is no any
      Specified by:
      createTable in class SQL
    • getDatabaseType

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