Interface RowLevelOperationInfo
@Experimental
public interface RowLevelOperationInfo
An interface with logical information for a row-level operation such as DELETE, UPDATE, MERGE.
- Since:
- 3.3.0
-
Method Details
-
options
CaseInsensitiveStringMap options()Returns options that the user specified when performing the row-level operation. -
command
RowLevelOperation.Command command()Returns the row-level SQL command (e.g. DELETE, UPDATE, MERGE).
-