Uses of Class
io.debezium.connector.db2.AbstractDb2DefaultValueIT.ColumnDefinition
Packages that use AbstractDb2DefaultValueIT.ColumnDefinition
-
Uses of AbstractDb2DefaultValueIT.ColumnDefinition in io.debezium.connector.db2
Method parameters in io.debezium.connector.db2 with type arguments of type AbstractDb2DefaultValueIT.ColumnDefinitionModifier and TypeMethodDescriptionprivate voidAbstractDb2DefaultValueIT.shouldHandleDefaultValuesCommon(List<AbstractDb2DefaultValueIT.ColumnDefinition> columnDefinitions) Handles executing the full common set of default value tests for the supplied column definitions.private voidAbstractDb2DefaultValueIT.testDefaultValuesAlterTableAdd(List<AbstractDb2DefaultValueIT.ColumnDefinition> columnDefinitions) Alters the underlying table changing adding a new column prefixed withAto each of the column definition with the initial default value definition.private voidAbstractDb2DefaultValueIT.testDefaultValuesAlterTableModifyExisting(List<AbstractDb2DefaultValueIT.ColumnDefinition> columnDefinitions) Alters the underlying table changing the default value to its second form.private voidAbstractDb2DefaultValueIT.testDefaultValuesCreateTableAndSnapshot(List<AbstractDb2DefaultValueIT.ColumnDefinition> columnDefinitions) Creates the table and pre-inserts a record captured during the snapshot phase.