Interface SupportsRowLevelOperations

All Superinterfaces:
Table

@Experimental public interface SupportsRowLevelOperations extends Table
A mix-in interface for Table row-level operations support. Data sources can implement this interface to indicate they support rewriting data for DELETE, UPDATE, MERGE operations.
Since:
3.3.0
  • Method Details