%Dictionary.CompiledClassQuery
abstract class %Dictionary.CompiledClassQuery
Method Inventory (Including Private)
Methods (Including Private)
classmethod MemberSummaryClose(QHandle As %Binary) as %Status [ Language = objectscript ]
classmethod MemberSummaryExecute(ByRef QHandle As %Binary, classname As %String, kind As %String) as %Status [ Language = objectscript ]
classmethod MemberSummaryFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status [ Language = objectscript ]
classmethod SummaryClose(QHandle As %Binary) as %Status [ Language = objectscript ]
classmethod SummaryExecute(ByRef QHandle As %Binary) as %Status [ Language = objectscript ]
classmethod SummaryFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status [ Language = objectscript ]
Queries
query MemberSummary(classname As %String, kind As %String)
Selects
Name As %String(MAXLEN=256)
query Summary()
The Summary query provides a summary of information about compiled classes contained in the
Class Dictionary.
Subclasses