Package scriptella.driver.h2
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.h2.Driver
- All Implemented Interfaces:
ScriptellaDriver
Scriptella Adapter for H2 database.
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectiongetConnection(String url, Properties props) A helper method for subclasses to avoid direct interaction with DriverManager API.Methods inherited from class scriptella.jdbc.GenericDriver
connect, connect, loadDriversMethods inherited from class scriptella.spi.AbstractScriptellaDriver
getScriptellaTitle, getScriptellaVersion, toString
-
Field Details
-
H2_DRIVER_NAME
- See Also:
-
-
Constructor Details
-
Driver
public Driver()
-
-
Method Details
-
getConnection
Description copied from class:GenericDriverA helper method for subclasses to avoid direct interaction with DriverManager API.Calls
DriverManager.getConnection(String,java.util.Properties)- Overrides:
getConnectionin classGenericDriver- Throws:
SQLException
-