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, loadDriversgetScriptellaTitle, getScriptellaVersion, toStringpublic 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
GenericDriverCalls DriverManager.getConnection(String,java.util.Properties)
getConnection in class GenericDriverjava.sql.SQLExceptionCopyright © Copyright 2006-2019 The Scriptella Project Team.