scriptella.driver.hsqldb
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.hsqldb.Driver
- All Implemented Interfaces:
- scriptella.spi.ScriptellaDriver
public class Driver
- extends scriptella.jdbc.GenericDriver
Scriptella Adapter for HSLQDB database.
The primary feature of this driver is HsqlConnection.SHUTDOWN_ON_EXIT.
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
|
Method Summary |
protected scriptella.jdbc.JdbcConnection |
connect(scriptella.spi.ConnectionParameters parameters,
java.util.Properties props)
|
| Methods inherited from class scriptella.jdbc.GenericDriver |
connect, getConnection, loadDrivers |
| Methods inherited from class scriptella.spi.AbstractScriptellaDriver |
getScriptellaTitle, getScriptellaVersion, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HSQLDB_DRIVER_NAME
public static final java.lang.String HSQLDB_DRIVER_NAME
- See Also:
- Constant Field Values
Driver
public Driver()
connect
protected scriptella.jdbc.JdbcConnection connect(scriptella.spi.ConnectionParameters parameters,
java.util.Properties props)
throws java.sql.SQLException
- Overrides:
connect in class scriptella.jdbc.GenericDriver
- Throws:
java.sql.SQLException
Copyright © Copyright 2006-2009 The Scriptella Project Team.