public class Driver extends GenericDriver
This driver relies on GenericDriver
functionality.
Note:Use Spring transaction proxies for
EtlExecutorBean
to support Spring transactions.
For configuration details and examples see overview page.
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, loadDrivers
getScriptellaTitle, getScriptellaVersion, toString
protected java.sql.Connection getConnection(java.lang.String url, java.util.Properties props) throws java.sql.SQLException
GenericDriver
Calls DriverManager.getConnection(String,java.util.Properties)
getConnection
in class GenericDriver
java.sql.SQLException
Copyright © Copyright 2006-2019 The Scriptella Project Team.