public interface RemoveStatement extends Statement<RemoveStatement,Result>
Statement.LockContention
Modifier and Type | Method and 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 expressionRemoveStatement
RemoveStatement sort(String... sortFields)
sortFields
- sort expressionRemoveStatement
RemoveStatement limit(long numberOfRows)
numberOfRows
- limitRemoveStatement