deprecatedpersistent class %Library.CompiledQuery
extends %Persistent
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use %Dictionary.CompiledQuery.
This class represents a specific class query description for a compiled class.
property ClassName
as %RawString;
A string containing the name of the class the query belongs to.
property ContainId
as %RawString;
A flag indicating whether the query contains an ID column (1) or not (0).
property Name
as %RawString;
A string containing the name of the query.
property RowSpec
as %RawString;
A string containing a comma-delimited list of the columns returned by the query.
property Type
as %RawString;
A string containing the name of the class used for the implementation of the query.
query QueryInfo(ClassName As %String)
Selects
Name, ContainId