scriptella.driver.oracle
Class OracleConnection

java.lang.Object
  extended by scriptella.spi.AbstractConnection
      extended by scriptella.jdbc.JdbcConnection
          extended by scriptella.driver.oracle.OracleConnection
All Implemented Interfaces:
scriptella.spi.Connection

public class OracleConnection
extends scriptella.jdbc.JdbcConnection

Oracle connection wrapper.

For configuration details and examples see overview page.

Version:
1.0
Author:
Fyodor Kupolov

Nested Class Summary
 
Nested classes/interfaces inherited from class scriptella.spi.AbstractConnection
scriptella.spi.AbstractConnection.StatementCounter
 
Field Summary
static java.lang.String PLSQL
          Name plsql property.
 
Fields inherited from class scriptella.jdbc.JdbcConnection
AUTOCOMMIT_KEY, AUTOCOMMIT_SIZE_KEY, autocommitSize, keepformat, KEEPFORMAT_KEY, separator, separatorSingleLine, STATEMENT_CACHE_KEY, STATEMENT_SEPARATOR_KEY, STATEMENT_SEPARATOR_SINGLELINE_KEY, TRANSACTION_ISOLATION_KEY, TRANSACTION_ISOLATION_READ_COMMITTED, TRANSACTION_ISOLATION_READ_UNCOMMITTED, TRANSACTION_ISOLATION_REPEATABLE_READ, TRANSACTION_ISOLATION_SERIALIZABLE
 
Fields inherited from class scriptella.spi.AbstractConnection
counter
 
Method Summary
protected  void init(scriptella.spi.ConnectionParameters parameters)
           
 
Methods inherited from class scriptella.jdbc.JdbcConnection
close, commit, executeQuery, executeScript, getNativeConnection, initDialectIdentifier, rollback, toString
 
Methods inherited from class scriptella.spi.AbstractConnection
getDialectIdentifier, getExecutedStatementsCount, isReadonly, setDialectIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLSQL

public static final java.lang.String PLSQL
Name plsql property. A slash on a single line is used as statements separator.

See Also:
Constant Field Values
Method Detail

init

protected void init(scriptella.spi.ConnectionParameters parameters)
Overrides:
init in class scriptella.jdbc.JdbcConnection


Copyright © Copyright 2006-2009 The Scriptella Project Team.