org.opensubsystems
Class MaxDBTests

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

public class MaxDBTests
extends GenericDatabaseTests

Tests to execute for MaxDB. How to use SAPDB with hidden ROWID column like Oracle http://listserv.sap.com/pipermail/sapdb.general/2002-July/012933.html Be sure to be connected in oracle mode and place the keyword ROWID just behind the table definition : create table example (column1 integer) ROWID After that your table contains a hidden column ROWID that can be selected in following sql statements

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

Constructor Summary
MaxDBTests()
           
 
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

MaxDBTests

public MaxDBTests()
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.