Package | Description |
---|---|
com.hcl.domino.dql |
Modifier and Type | Method and Description |
---|---|
static QueryResultsProcessor.QRPOptions |
QueryResultsProcessor.QRPOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultsProcessor.QRPOptions[] |
QueryResultsProcessor.QRPOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultsProcessor.executeToJSON(Appendable appendable,
Set<QueryResultsProcessor.QRPOptions> options)
Processes the input collections in the manner specified by the Sort Columns, overriding
field values with formulas specified via addFormula calls, and returns JSON output.
The JSON syntax produced by execution conforms to JSON RFC 8259. All results are output under the “StreamedResults” top element key. |
Reader |
QueryResultsProcessor.executeToJSON(Set<QueryResultsProcessor.QRPOptions> options)
Processes the input collections in the manner specified by the Sort Columns, overriding
field values with formulas specified via addFormula calls, and returns JSON output.
The JSON syntax produced by execution conforms to JSON RFC 8259. All results are output under the “StreamedResults” top element key. |
Copyright © 2019–2021 HCL. All rights reserved.