Class H2LocalDriver
java.lang.Object
io.github.projectunified.craftdatabase.LocalDriver
io.github.projectunified.craftdatabase.driver.h2.H2LocalDriver
- All Implemented Interfaces:
Driver,H2BaseDriver
The driver for H2 (Embedded Mode)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.projectunified.craftdatabase.LocalDriver
getFolderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.projectunified.craftdatabase.Driver
applyDefaultSetting, getDriverClassNameMethods inherited from interface io.github.projectunified.craftdatabase.driver.h2.H2BaseDriver
convertURL, getDriverClass
-
Constructor Details
-
H2LocalDriver
public H2LocalDriver() -
H2LocalDriver
-
-
Method Details
-
getConnectionString
- Specified by:
getConnectionStringin interfaceH2BaseDriver
-