Uses of Enum Class
io.debezium.ibmi.db2.journal.retrieve.RetrievalCriteria.RetrieveKey
Packages that use RetrievalCriteria.RetrieveKey
-
Uses of RetrievalCriteria.RetrieveKey in io.debezium.ibmi.db2.journal.retrieve
Methods in io.debezium.ibmi.db2.journal.retrieve that return RetrievalCriteria.RetrieveKeyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RetrievalCriteria.RetrieveKey[]RetrievalCriteria.RetrieveKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.debezium.ibmi.db2.journal.retrieve with parameters of type RetrievalCriteria.RetrieveKeyModifier and TypeMethodDescriptionprivate voidRetrievalCriteria.addStructureData(RetrievalCriteria.RetrieveKey rKey, AS400DataType valueType, Object value) Add additional selection entry to two ArrayList: structure and data.