Method Summary |
|
public void | setUp() |
public static Test | suite() |
public void | tearDown() |
public void | testCantCreateDuplicateTable() |
public void | testCantDropNonExistentTable() |
public void | testCreateAndDropSequence() |
public void | testCreateAndDropSequenceAsBigInt() |
public void | testCreateAndDropSequenceStartWith() |
public void | testCreateIndex() |
public void | testCreateIndexIfNotExists() |
public void | testCreateSequenceIfNotExists() |
public void | testCreateTable() |
public void | testCreateTableIfNotExists() |
public void | testCreateTableViaDataTypeClassName() |
public void | testCreateTableWithAlwaysGeneratedIdenity() |
public void | testCreateTableWithFunctionDefault() |
public void | testCreateTableWithLiteralDefault() |
public void | testCreateTableWithNoData() |
public void | testCreateTableWithObjectType() |
public void | testDropIndex() |
public void | testDropIndexIfExists() |
public void | testDropNonExistentSequence() |
public void | testDropSequenceIfExists() |
public void | testDropTable() |
public void | testDropTableIfExists() |