persistent class %Library.CompiledQuery
extends %Persistent
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package.
This class represents a specific class query description for a compiled class contained
within the Caché Dictionary.
For more information on class definition classes, refer to
About Class Definition Classes.
property ClassName
as %CacheString;
A string containing the name of the class the query belongs to.
property ContainId
as %CacheString;
A flag indicating whether the query contains an ID column (1) or not (0).
property Name
as %CacheString;
A string containing the name of the query.
property RowSpec
as %CacheString;
A string containing a comma-delimited list of the columns returned by the query.
property Type
as %CacheString;
A string containing the name of the class used for the implementation of the query.
query QueryInfo(ClassName As %String)
Selects
Name, ContainId