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(java.lang.String... sortFields)
Deprecated.
|
RemoveStatement |
sort(java.lang.String... sortFields)
Add/replace the order specification for the removal.
|
bind, bind, bind, bind, clearBindings, execute, executeAsync@Deprecated RemoveStatement orderBy(java.lang.String... sortFields)
sortFields - sort expressionRemoveStatementRemoveStatement sort(java.lang.String... sortFields)
sortFields - sort expressionRemoveStatementRemoveStatement limit(long numberOfRows)
numberOfRows - limitRemoveStatement