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