public class Driver extends AbstractScriptellaDriver
For configuration details and examples see overview page.
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
protected Connection |
getConnection(java.lang.String driver,
ConnectionParameters connectionParameters)
Template method for testing.
|
getScriptellaTitle, getScriptellaVersion, toStringpublic Connection connect(ConnectionParameters connectionParameters) throws ConfigurationException
ScriptellaDriverconnectionParameters - connection parameters defined in <connection> element.ConfigurationExceptionprotected Connection getConnection(java.lang.String driver, ConnectionParameters connectionParameters)
driver - driver class name or an alias.connectionParameters - conection parameters.Copyright © Copyright 2006-2019 The Scriptella Project Team.