public static final class SimpleDdlParserListener.EventAssert extends Object
| Modifier and Type | Field and Description |
|---|---|
private DdlParserListener.Event |
actual |
| Constructor and Description |
|---|
EventAssert(DdlParserListener.Event actual) |
private final DdlParserListener.Event actual
public EventAssert(DdlParserListener.Event actual)
public SimpleDdlParserListener.EventAssert ddlMatches(String expected)
public SimpleDdlParserListener.EventAssert ddlStartsWith(String expected)
public SimpleDdlParserListener.EventAssert ddlContains(String expected)
protected DdlParserListener.TableEvent tableEvent()
protected DdlParserListener.TableAlteredEvent alterTableEvent()
public SimpleDdlParserListener.EventAssert tableNameIs(String expected)
public SimpleDdlParserListener.EventAssert tableIs(TableId expected)
public SimpleDdlParserListener.EventAssert ofType(DdlParserListener.EventType expected)
public SimpleDdlParserListener.EventAssert createTableNamed(String tableName)
public SimpleDdlParserListener.EventAssert alterTableNamed(String tableName)
public SimpleDdlParserListener.EventAssert truncateTableNamed(String tableName)
public SimpleDdlParserListener.EventAssert renamedFrom(String oldName)
public SimpleDdlParserListener.EventAssert dropTableNamed(String tableName)
public SimpleDdlParserListener.EventAssert createViewNamed(String viewName)
public SimpleDdlParserListener.EventAssert alterViewNamed(String viewName)
public SimpleDdlParserListener.EventAssert dropViewNamed(String viewName)
public SimpleDdlParserListener.EventAssert isView()
public SimpleDdlParserListener.EventAssert isNotView()
public SimpleDdlParserListener.EventAssert createTable()
public SimpleDdlParserListener.EventAssert alterTable()
public SimpleDdlParserListener.EventAssert dropTable()
public SimpleDdlParserListener.EventAssert createIndex()
public SimpleDdlParserListener.EventAssert dropIndex()
public SimpleDdlParserListener.EventAssert truncateTable()
Copyright © 2021 JBoss by Red Hat. All rights reserved.