Collections in the Query Classes

A collection is a set of similar things, like a group of already existing queries or QueryRecords. As with everything else in the query classes, collections have a GUI representation in PeopleSoft Query.

For example, when you want to open a query, the search page returns a list of all the available queries. This is equivalent to using the FindQueries session class method to get a Query collection.

The following collections are part of the query classes:

  • QuerySelect collection

  • QueryDBRecord collection

  • QueryDBRecordField collection

  • Query collection

  • QueryRecord collection

  • QueryOutputField collection

  • QuerySelectedField collection

  • QueryCriteria collection

  • QueryExpression collection

  • QueryPrompt collection