Class SQLiteDatabase

java.lang.Object
org.sgrewritten.stargate.database.SQLiteDatabase
All Implemented Interfaces:
SQLDatabaseAPI

public class SQLiteDatabase extends Object implements SQLDatabaseAPI
Represents an SQLite database
  • Constructor Details

    • SQLiteDatabase

      public SQLiteDatabase(File databaseFile) throws SQLException
      Instantiates a new SQL database
      Parameters:
      databaseFile -

      The database file to load

      Throws:
      SQLException -

      If unable to setup SQLite for the database file

  • Method Details