Interface H2BaseDriver

All Superinterfaces:
Driver
All Known Implementing Classes:
H2LocalDriver, H2MemoryDriver, H2ServerDriver

public interface H2BaseDriver extends Driver
A driver for H2
  • 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
    • getConnectionString

      String getConnectionString(Setting setting)