|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.GenericDatabaseTests
org.opensubsystems.SapDBTests
public class SapDBTests
Tests to execute for SapDB. Tested with SapDB 7.4.3.32 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
| Constructor Summary | |
|---|---|
SapDBTests()
|
|
| 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 |
|---|
public SapDBTests()
| Method Detail |
|---|
public static junit.framework.Test suite()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||