Uses of Enum
org.apache.flink.table.connector.source.abilities.SupportsRowLevelModificationScan.RowLevelModificationType
Packages that use SupportsRowLevelModificationScan.RowLevelModificationType
-
Uses of SupportsRowLevelModificationScan.RowLevelModificationType in org.apache.flink.table.connector.source.abilities
Methods in org.apache.flink.table.connector.source.abilities that return SupportsRowLevelModificationScan.RowLevelModificationTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SupportsRowLevelModificationScan.RowLevelModificationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.connector.source.abilities with parameters of type SupportsRowLevelModificationScan.RowLevelModificationTypeModifier and TypeMethodDescriptionSupportsRowLevelModificationScan.applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType, RowLevelModificationScanContext previousContext) Applies the type of row-level modification and the previousRowLevelModificationScanContextreturned by previous table source scan, return a newRowLevelModificationScanContext.