| Modifier and Type | Method and Description |
|---|---|
List<R> |
DiscoveryClient.submit(Query query)
Submits a
Query for remote execution and returns a list of typed results. |
| Modifier and Type | Method and Description |
|---|---|
List<R> |
DelegateClient.submit(Query query)
Submits a
Query for remote execution and returns a list of typed results. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleQuery
A
Query that can be customised with namespace declarations, conditions on results, and result expressions. |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryBox |
class |
QueryTemplate
A
Query that interpolates named parameters inside a template. |
class |
XQuery
A
SimpleQuery over an XQuery template. |
Copyright © 2023. All Rights Reserved.