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