public interface RemoveStatement extends Statement<RemoveStatement,Result>
Statement.LockContention| Modifier and Type | Method | Description |
|---|---|---|
RemoveStatement |
limit(long numberOfRows) |
Add/replace the document limit for the removal.
|
RemoveStatement |
orderBy(String... sortFields) |
Deprecated.
|
RemoveStatement |
sort(String... sortFields) |
Add/replace the order specification for the removal.
|
bind, bind, bind, bind, clearBindings, execute, executeAsync@Deprecated RemoveStatement orderBy(String... sortFields)
sortFields - sort expressionRemoveStatementRemoveStatement sort(String... sortFields)
sortFields - sort expressionRemoveStatementRemoveStatement limit(long numberOfRows)
numberOfRows - limitRemoveStatement