GetQueryResultsProcessor (NotesDatabase - LotusScript)
Gets an instance of the NotesQueryResultsProcessor class for use processing the document collections and output of DQL queries.
Defined in
Syntax
Set notesQueryResultsProcessor = notesDatabase .GetQueryResultsProcessor( )
Parameters
None
Return value
notesQueryResultsProcessor
An instance of the NotesQueryResultsProcessor object processing document collections or DQL query results.
Usage
Every instance of NotesQueryResultsProcessor is the child class of a NotesDatabase object that defines the place its output is fetched to and stored.