| Modifier and Type | Interface and Description |
|---|---|
static interface |
DocumentDeleteQuery.DocumentDeleteNotCondition
The document not condition
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDeleteQuery.DocumentDeleteNameCondition |
DocumentDeleteQuery.DocumentDeleteWhere.and(String name)
Starts a new condition in the select using
DocumentCondition.and(DocumentCondition) |
DocumentDeleteQuery.DocumentDeleteNameCondition |
DocumentDeleteQuery.DocumentDeleteWhere.or(String name)
Starts a new condition in the select using
DocumentCondition.or(DocumentCondition) |
DocumentDeleteQuery.DocumentDeleteNameCondition |
DocumentDeleteQuery.DocumentDeleteFrom.where(String name)
Starts a new condition defining the column name
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.