Uses of Enum
io.debezium.connector.db2.AbstractDb2DefaultValueIT.AssertionType
Packages that use AbstractDb2DefaultValueIT.AssertionType
-
Uses of AbstractDb2DefaultValueIT.AssertionType in io.debezium.connector.db2
Fields in io.debezium.connector.db2 declared as AbstractDb2DefaultValueIT.AssertionTypeMethods in io.debezium.connector.db2 that return AbstractDb2DefaultValueIT.AssertionTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractDb2DefaultValueIT.AssertionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.connector.db2 with parameters of type AbstractDb2DefaultValueIT.AssertionTypeModifierConstructorDescriptionColumnDefinition(String name, String definition, String addDefaultValue, String modifyDefaultValue, Object expectedAddDefaultValue, Object expectedModifyDefaultValue, AbstractDb2DefaultValueIT.AssertionType assertionType)