Uses of Class
io.debezium.connector.informix.AbstractInformixDefaultValueIT.ColumnDefinition
Packages that use AbstractInformixDefaultValueIT.ColumnDefinition
-
Uses of AbstractInformixDefaultValueIT.ColumnDefinition in io.debezium.connector.informix
Method parameters in io.debezium.connector.informix with type arguments of type AbstractInformixDefaultValueIT.ColumnDefinitionModifier and TypeMethodDescriptionprivate voidAbstractInformixDefaultValueIT.shouldHandleDefaultValuesCommon(List<AbstractInformixDefaultValueIT.ColumnDefinition> columnDefinitions) Handles executing the full common set of default value tests for the supplied column definitions.private voidAbstractInformixDefaultValueIT.testDefaultValuesAlterTableAdd(List<AbstractInformixDefaultValueIT.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 voidAbstractInformixDefaultValueIT.testDefaultValuesAlterTableModifyExisting(List<AbstractInformixDefaultValueIT.ColumnDefinition> columnDefinitions) Alters the underlying table changing the default value to its second form.private voidAbstractInformixDefaultValueIT.testDefaultValuesCreateTableAndSnapshot(List<AbstractInformixDefaultValueIT.ColumnDefinition> columnDefinitions) Creates the table and pre-inserts a record captured during the snapshot phase.