Uses of Class
org.apache.flink.table.connector.source.abilities.SupportsRowLevelModificationScan.RowLevelModificationType
-
Packages that use SupportsRowLevelModificationScan.RowLevelModificationType Package Description org.apache.flink.table.connector.source.abilities -
-
Uses of SupportsRowLevelModificationScan.RowLevelModificationType in org.apache.flink.table.connector.source.abilities
Methods in org.apache.flink.table.connector.source.abilities that return SupportsRowLevelModificationScan.RowLevelModificationType Modifier and Type Method Description static SupportsRowLevelModificationScan.RowLevelModificationTypeSupportsRowLevelModificationScan.RowLevelModificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportsRowLevelModificationScan.RowLevelModificationType[]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.RowLevelModificationType Modifier and Type Method Description RowLevelModificationScanContextSupportsRowLevelModificationScan. applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType, RowLevelModificationScanContext previousContext)Applies the type of row-level modification and the previousRowLevelModificationScanContextreturned by previous table source scan, return a newRowLevelModificationScanContext.
-