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- 
optionsCaseInsensitiveStringMap options()Returns options that the user specified when performing the row-level operation.
- 
commandRowLevelOperation.Command command()Returns the row-level SQL command (e.g. DELETE, UPDATE, MERGE).
 
-