public class Driver extends GenericDriver
For configuration details and examples see overview page.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
H2_DRIVER_NAME |
Constructor and Description |
---|
Driver() |
Modifier and Type | Method and Description |
---|---|
protected java.sql.Connection |
getConnection(java.lang.String url,
java.util.Properties props)
A helper method for subclasses to avoid direct interaction with DriverManager API.
|
connect, connect, loadDrivers
getScriptellaTitle, getScriptellaVersion, toString
public static final java.lang.String H2_DRIVER_NAME
protected java.sql.Connection getConnection(java.lang.String url, java.util.Properties props) throws java.sql.SQLException
GenericDriver
Calls DriverManager.getConnection(String,java.util.Properties)
getConnection
in class GenericDriver
java.sql.SQLException
Copyright © Copyright 2006-2019 The Scriptella Project Team.