All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
assertColumn(Table table,
String name,
String typeName,
int jdbcType,
int length,
int scale,
boolean optional,
boolean generated,
boolean autoIncremented) |
protected void |
assertParseEnumAndSetOptions(String typeExpression,
String optionString) |
void |
beforeEach() |
protected void |
printEvent(DdlParserListener.Event event) |
protected String |
readFile(String classpathResource) |
protected String |
readLines(int startingLineNumber,
String classpathResource)
Reads the lines starting with a given line number from the specified file on the classpath.
|
void |
shouldParseAlterStatementsAfterCreate() |
void |
shouldParseAlterStatementsWithoutCreate() |
void |
shouldParseAlterTableStatementAddColumns() |
void |
shouldParseAlterTableStatementThatAddsCharacterSetForColumns() |
void |
shouldParseCreateStatements() |
void |
shouldParseCreateTableStatementWithCharacterSetForColumns() |
void |
shouldParseCreateTableStatementWithCharacterSetForTable() |
void |
shouldParseCreateTableStatementWithMultipleColumnsForPrimaryKey() |
void |
shouldParseCreateTableStatementWithSignedTypes() |
void |
shouldParseCreateTableStatementWithSingleGeneratedAndPrimaryKeyColumn() |
void |
shouldParseCreateTableStatementWithSingleGeneratedColumnAsPrimaryKey() |
void |
shouldParseCreateTableWithEnumAndSetColumns() |
void |
shouldParseCreateUserTable() |
void |
shouldParseEnumOptions() |
void |
shouldParseGrantStatement() |
void |
shouldParseIntegrationTestSchema() |
void |
shouldParseMultipleStatements() |
void |
shouldParseMySql56InitializationStatements() |
void |
shouldParseMySql57InitializationStatements() |
void |
shouldParseSetOptions() |
void |
shouldParseSomeLinesFromCreateStatements() |
void |
shouldParseStatementsWithQuotedIdentifiers() |
void |
shouldParseTestStatements() |
void |
shouldParseTicketMonsterLiquibaseStatements() |