NotesQueryResultsProcessor (LotusScript)

Aggregates, computes, sorts, and formats collections of Documents.

Note: This class is new with Release 12.0.

Containment

Contained by NotesDatabase

Properties

MaxEntries

TimeOutSec

Methods

AddCollection

AddColumn

AddDominoQuery

AddFormula

ExecuteToJSON

ExecuteToView

Creation

To create a QueryResultsProcessor object, use the CreateQueryResultsProcessor method in NotesDatabase.

Syntax

Dim variableNameAs NotesQueryResultsProcessor

Set notesQueryResultsProcessor = notesDatabase.CreateQueryResultsProcessor

Parameters

None