org.opensubsystems
Class OracleTests

java.lang.Object
  extended by org.opensubsystems.GenericDatabaseTests
      extended by org.opensubsystems.OracleTests

public class OracleTests
extends GenericDatabaseTests

Tests to execute for Oracle database. Tested with Oracle 9i This article describes that we need to select "tablename.*" if we want to use updatable result set, such as result set to do deleteRow on Using Java Database Connectivity (JDBC) with Oracle APR 05, 2002 By Bulusu Lakshman. Article is provided courtesy of Sams. http://www.informit.com/content/index.asp?product_id=%7BE20E9979%2D753D%2D4723%2D853A%2DF63BC10DC173%7D This is actually whole series of articles about Oracle and JDBC starting at http://www.informit.com/isapi/product_id~{E20E9979-753D-4723-853A-F63BC10DC173}/element_id~{9123AFB0-D0D4-483C-A5B7-A0D63BF3FF5E}/st~{94C03A97-1188-4875-8A06-17743BA224B7}/session_id~{DC462BCD-580E-425F-B9E4-3B869F9C3EAE}/content/articlex.asp

Version:
$Id: OracleTests.java,v 1.5 2007/01/07 06:14:21 bastafidli Exp $
Author:
Miro Halas
Code reviewer:
Miro Halas
Code reviewed:
Initial revision

Constructor Summary
OracleTests()
           
 
Method Summary
static junit.framework.Test suite()
          Create suite of all tests which should be run for this database.
 
Methods inherited from class org.opensubsystems.GenericDatabaseTests
addGenericTests, addGenericTestsFromTestSuite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleTests

public OracleTests()
Method Detail

suite

public static junit.framework.Test suite()
Create suite of all tests which should be run for this database.

Returns:
Test - suite of tests to run for this database


Copyright © 2003 - 2006 OpenSubsystems s.r.o.