java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.storage.SQLiteCore
All Implemented Interfaces:
DBCore

public class SQLiteCore extends Object implements DBCore
Author:
cc_madelg
  • Constructor Details

    • SQLiteCore

      public SQLiteCore(String dbLocation)
      Parameters:
      dbLocation - the dbLocation to set
  • Method Details

    • getConnection

      public Connection getConnection()
      Specified by:
      getConnection in interface DBCore
      Returns:
      connection
    • close

      public void close()
      Description copied from interface: DBCore
      Close connection
      Specified by:
      close in interface DBCore