public class BaseLoad100IdxTestSetup extends BaseLoad100TestSetup
BaseLoad100TestSetuprowsToLoad, tableName| Constructor and Description |
|---|
BaseLoad100IdxTestSetup(junit.framework.Test test)
constructor
|
BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowsToLoad) |
BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowcount,
java.lang.String tableName) |
BaseLoad100IdxTestSetup(junit.framework.Test test,
java.lang.String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decorateSQL(java.sql.Statement s)
Override the decorateSQL and create the necessary schema.
|
setUpcleanDatabase, tearDowngetConnection, getTestConfiguration, printlnrunbasicRun, countTestCases, getTest, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatpublic BaseLoad100IdxTestSetup(junit.framework.Test test)
test - name of the testpublic BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowsToLoad)
test - name of testrowsToLoad - number of rows to insertpublic BaseLoad100IdxTestSetup(junit.framework.Test test,
java.lang.String tableName)
test - name of the testtableName - name of the table to insert the rows intopublic BaseLoad100IdxTestSetup(junit.framework.Test test,
int rowcount,
java.lang.String tableName)
test - name of testrowcount - number of rows to inserttableName - name of the table to insert the rows intoprotected void decorateSQL(java.sql.Statement s)
throws java.sql.SQLException
decorateSQL in class BaseLoad100TestSetupjava.sql.SQLExceptionCleanDatabaseTestSetup.decorateSQL(java.sql.Statement)Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.