Package scriptella.driver.oracle
Class OracleConnection
java.lang.Object
scriptella.spi.AbstractConnection
scriptella.jdbc.JdbcConnection
scriptella.driver.oracle.OracleConnection
- All Implemented Interfaces:
Connection,NativeConnectionProvider
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
AbstractConnection.StatementCounter -
Field Summary
FieldsFields inherited from class scriptella.jdbc.JdbcConnection
AUTOCOMMIT_KEY, AUTOCOMMIT_SIZE_KEY, autocommitSize, FLUSH_BEFORE_QUERY, flushBeforeQuery, keepformat, KEEPFORMAT_KEY, separator, separatorSingleLine, STATEMENT_BATCH_SIZE, STATEMENT_CACHE_KEY, STATEMENT_FETCH_SIZE, STATEMENT_SEPARATOR_KEY, STATEMENT_SEPARATOR_SINGLELINE_KEY, statementBatchSize, statementCacheSize, statementFetchSize, TRANSACTION_ISOLATION_KEY, TRANSACTION_ISOLATION_READ_COMMITTED, TRANSACTION_ISOLATION_READ_UNCOMMITTED, TRANSACTION_ISOLATION_REPEATABLE_READ, TRANSACTION_ISOLATION_SERIALIZABLEFields inherited from class scriptella.spi.AbstractConnection
counter -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit(ConnectionParameters parameters) Called in constructorMethods inherited from class scriptella.jdbc.JdbcConnection
close, commit, executeQuery, executeScript, flush, getNativeConnection, initDialectIdentifier, newStatementCache, rollback, toStringMethods inherited from class scriptella.spi.AbstractConnection
getDialectIdentifier, getExecutedStatementsCount, isReadonly, setDialectIdentifier
-
Field Details
-
PLSQL
Name plsql property. A slash on a single line is used as statements separator.- See Also:
-
-
Method Details
-
init
Description copied from class:JdbcConnectionCalled in constructor- Overrides:
initin classJdbcConnection- Parameters:
parameters- connection parameters.
-