Package org.dbunit.ext.oracle
Class OracleConnection
java.lang.Object
org.dbunit.database.AbstractDatabaseConnection
org.dbunit.database.DatabaseConnection
org.dbunit.ext.oracle.OracleConnection
- All Implemented Interfaces:
IDatabaseConnection
- Since:
- Sep 3, 2003
- Version:
- $Revision$
- Author:
- manuel.laflamme
-
Constructor Summary
ConstructorsConstructorDescriptionOracleConnection(Connection connection, String schema) Creates a oracle connection. -
Method Summary
Methods inherited from class org.dbunit.database.DatabaseConnection
close, getConnection, getSchema, toStringMethods inherited from class org.dbunit.database.AbstractDatabaseConnection
createDataSet, createDataSet, createQueryTable, createTable, createTable, getConfig, getRowCount, getRowCount, getStatementFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.dbunit.database.IDatabaseConnection
createDataSet, createDataSet, createQueryTable, createTable, createTable, getConfig, getRowCount, getRowCount, getStatementFactory
-
Constructor Details
-
OracleConnection
Creates a oracle connection. Beware that the given schema is passed in to the parent class as "upper case" string.- Parameters:
connection-schema- The schema name- Throws:
DatabaseUnitException
-