Interface SqliteBaseDriver

All Superinterfaces:
Driver
All Known Implementing Classes:
SqliteFileDriver, SqliteMemoryDriver

public interface SqliteBaseDriver extends Driver
A driver for SQLite
  • Method Details

    • getDriverClass

      default Class<? extends Driver> getDriverClass()
      Description copied from interface: Driver
      Get the driver class
      Specified by:
      getDriverClass in interface Driver
      Returns:
      the driver class
    • convertURL

      default String convertURL(Setting setting)
      Description copied from interface: Driver
      Get the JDBC url from the config
      Specified by:
      convertURL in interface Driver
      Parameters:
      setting - the setting
      Returns:
      the JDBC url
    • createConnectionString

      String createConnectionString(Setting setting)