public interface DeleteStatement extends Statement<DeleteStatement,Result>
Statement.LockContention| Modifier and Type | Method | Description |
|---|---|---|
DeleteStatement |
limit(long numberOfRows) |
Add/replace the row limit for the deletion.
|
DeleteStatement |
orderBy(String... sortFields) |
Add/replace the order by specification for the deletion.
|
DeleteStatement |
where(String searchCondition) |
Add/replace the filter for the deletion.
|
bind, bind, bind, bind, clearBindings, execute, executeAsyncDeleteStatement where(String searchCondition)
searchCondition - condition expressionDeleteStatementDeleteStatement orderBy(String... sortFields)
sortFields - sort expressionDeleteStatementDeleteStatement limit(long numberOfRows)
numberOfRows - limitDeleteStatement