public interface DeleteStatement extends Statement<DeleteStatement,Result>
Statement.LockContention
Modifier and Type | Method and 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, executeAsync
DeleteStatement where(String searchCondition)
searchCondition
- condition expressionDeleteStatement
DeleteStatement orderBy(String... sortFields)
sortFields
- sort expressionDeleteStatement
DeleteStatement limit(long numberOfRows)
numberOfRows
- limitDeleteStatement