liquibase.sqlgenerator.core
Class AddAutoIncrementGeneratorTest
java.lang.Object
liquibase.sqlgenerator.AbstractSqlGeneratorTest<AddAutoIncrementStatement>
liquibase.sqlgenerator.core.AddAutoIncrementGeneratorTest
- Direct Known Subclasses:
- AddAutoIncrementGeneratorDB2Test, AddAutoIncrementGeneratorHsqlH2Test, AddAutoIncrementGeneratorInformixTest
public class AddAutoIncrementGeneratorTest
- extends AbstractSqlGeneratorTest<AddAutoIncrementStatement>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TABLE_NAME
protected static final String TABLE_NAME
- See Also:
- Constant Field Values
COLUMN_NAME
protected static final String COLUMN_NAME
- See Also:
- Constant Field Values
SCHEMA_NAME
protected static final String SCHEMA_NAME
- See Also:
- Constant Field Values
AddAutoIncrementGeneratorTest
public AddAutoIncrementGeneratorTest()
throws Exception
- Throws:
Exception
AddAutoIncrementGeneratorTest
protected AddAutoIncrementGeneratorTest(SqlGenerator<AddAutoIncrementStatement> addAutoIncrementGenerator)
throws Exception
- Throws:
Exception
createSampleSqlStatement
protected AddAutoIncrementStatement createSampleSqlStatement()
- Specified by:
createSampleSqlStatement
in class AbstractSqlGeneratorTest<AddAutoIncrementStatement>
waitForException
protected boolean waitForException(Database database)
- Overrides:
waitForException
in class AbstractSqlGeneratorTest<AddAutoIncrementStatement>
shouldBeImplementation
protected boolean shouldBeImplementation(Database database)
- Overrides:
shouldBeImplementation
in class AbstractSqlGeneratorTest<AddAutoIncrementStatement>
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.