Uses of Class
org.apache.flink.table.connector.sink.abilities.SupportsRowLevelDelete.RowLevelDeleteMode
-
Packages that use SupportsRowLevelDelete.RowLevelDeleteMode Package Description org.apache.flink.table.connector.sink.abilities -
-
Uses of SupportsRowLevelDelete.RowLevelDeleteMode in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return SupportsRowLevelDelete.RowLevelDeleteMode Modifier and Type Method Description default SupportsRowLevelDelete.RowLevelDeleteModeSupportsRowLevelDelete.RowLevelDeleteInfo. getRowLevelDeleteMode()Planner will rewrite delete statement to query base on theSupportsRowLevelDelete.RowLevelDeleteInfo, keeping the query of delete unchanged by default(in `DELETE_ROWS` mode), or changing the query to the complementary set in REMAINING_ROWS mode.static SupportsRowLevelDelete.RowLevelDeleteModeSupportsRowLevelDelete.RowLevelDeleteMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportsRowLevelDelete.RowLevelDeleteMode[]SupportsRowLevelDelete.RowLevelDeleteMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-