| Modifier and Type | Interface and Description |
|---|---|
static interface |
DelQuery.DelQueryProvider
A provider to
DelQuery |
| Modifier and Type | Method and Description |
|---|---|
List<QueryValue<?>> |
getKeys()
The keys to being removed from the query
|
static DelQuery |
parse(String query)
Obtains an instance of
DelQuery from a text string. |
List<QueryValue<?>> getKeys()
static DelQuery parse(String query)
DelQuery from a text string.query - the queryDelQuery instanceNullPointerException - when the query is nullQuerySyntaxException - if the text cannot be parsedProviderNotFoundException - when the provider is not foundCopyright © 2017–2019 Eclipse Foundation. All rights reserved.