Interface H2BaseDriver
- All Superinterfaces:
Driver
- All Known Implementing Classes:
H2LocalDriver
,H2MemoryDriver
,H2ServerDriver
A driver for H2
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
convertURL
(Setting setting) Get the JDBC url from the configgetConnectionString
(Setting setting) Get the driver classMethods inherited from interface me.hsgamer.hscore.database.Driver
applyDefaultSetting, getDriverClassName
-
Method Details
-
getDriverClass
Description copied from interface:Driver
Get the driver class- Specified by:
getDriverClass
in interfaceDriver
- Returns:
- the driver class
-
convertURL
Description copied from interface:Driver
Get the JDBC url from the config- Specified by:
convertURL
in interfaceDriver
- Parameters:
setting
- the setting- Returns:
- the JDBC url
-
getConnectionString
-