java.lang.Object
org.umlg.sqlg.plugin.H2Plugin
- All Implemented Interfaces:
SqlgPlugin
- Since:
- 1.3.0
- Author:
- Lukas Krejci
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canWorkWith
(DatabaseMetaData metaData) getDriverFor
(String connectionUrl) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.umlg.sqlg.SqlgPlugin
manageJdbcUrl
-
Constructor Details
-
H2Plugin
public H2Plugin()
-
-
Method Details
-
getDriverFor
- Specified by:
getDriverFor
in interfaceSqlgPlugin
-
canWorkWith
- Specified by:
canWorkWith
in interfaceSqlgPlugin
- Throws:
SQLException
-
instantiateDialect
- Specified by:
instantiateDialect
in interfaceSqlgPlugin
-