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, toString
public Connection connect(ConnectionParameters connectionParameters) throws ConfigurationException
ScriptellaDriver
connectionParameters
- connection parameters defined in <connection> element.ConfigurationException
protected 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.