Package scriptella.driver.oracle
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.oracle.Driver
- All Implemented Interfaces:
ScriptellaDriver
Scriptella Adapter for Oracle database.
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JdbcConnectionconnect(ConnectionParameters parameters, Properties props) Creates Scriptella JDBC connection.Methods inherited from class scriptella.jdbc.GenericDriver
connect, getConnection, loadDriversMethods inherited from class scriptella.spi.AbstractScriptellaDriver
getScriptellaTitle, getScriptellaVersion, toString
-
Field Details
-
ORACLE_DRIVER_NAME
- See Also:
-
-
Constructor Details
-
Driver
public Driver()
-
-
Method Details
-
connect
protected JdbcConnection connect(ConnectionParameters parameters, Properties props) throws SQLException Description copied from class:GenericDriverCreates Scriptella JDBC connection.- Overrides:
connectin classGenericDriver- Parameters:
parameters- connection parametersprops- properties to pass to jdbc driver- Returns:
- Scriptella JDBC connection.
- Throws:
SQLException- if DB exception occurs.
-