public class Driver extends GenericDriver
The primary feature of this driver is HsqlConnection.SHUTDOWN_ON_EXIT.
For configuration details and examples see overview page.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HSQLDB_DRIVER_NAME |
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
protected JdbcConnection |
connect(ConnectionParameters parameters,
java.util.Properties props)
Creates Scriptella JDBC connection.
|
connect, getConnection, loadDriversgetScriptellaTitle, getScriptellaVersion, toStringpublic static final java.lang.String HSQLDB_DRIVER_NAME
protected JdbcConnection connect(ConnectionParameters parameters, java.util.Properties props) throws java.sql.SQLException
GenericDriverconnect in class GenericDriverparameters - connection parametersprops - properties to pass to jdbc driverjava.sql.SQLException - if DB exception occurs.Copyright © Copyright 2006-2019 The Scriptella Project Team.