Package io.debezium.relational.ddl
Class SimpleDdlParserListener.EventAssert
java.lang.Object
io.debezium.relational.ddl.SimpleDdlParserListener.EventAssert
- Enclosing class:
- SimpleDdlParserListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DdlParserListener.TableAlteredEventalterTableNamed(String tableName) alterViewNamed(String viewName) createTableNamed(String tableName) createViewNamed(String viewName) ddlContains(String expected) ddlMatches(String expected) ddlStartsWith(String expected) dropTableNamed(String tableName) dropViewNamed(String viewName) isView()ofType(DdlParserListener.EventType expected) renamedFrom(String oldName) protected DdlParserListener.TableEventtableNameIs(String expected) truncateTableNamed(String tableName)
-
Field Details
-
actual
-
-
Constructor Details
-
EventAssert
-
-
Method Details
-
ddlMatches
-
ddlStartsWith
-
ddlContains
-
tableEvent
-
alterTableEvent
-
tableNameIs
-
tableIs
-
ofType
-
createTableNamed
-
alterTableNamed
-
truncateTableNamed
-
renamedFrom
-
dropTableNamed
-
createViewNamed
-
alterViewNamed
-
dropViewNamed
-
isView
-
isNotView
-
createTable
-
alterTable
-
dropTable
-
createIndex
-
dropIndex
-
truncateTable
-