public class Driver extends GenericDriver
This driver relies on GenericDriver
functionality.
Note:Currently this driver does not support JTA transactions and simply use connections provided by datasource. In this case new-tx has no effect if code is runned inside a transaction.
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.