| runtimetype = UBIK.Kernel.Query
}}
In UBIK, queries are used for fetching a list of [[ContentclassContentClass|ContentClasses]] from the database. Queries use data base mechanism for perfomant data access and will deliver a list of objects of a certain [[Metaclass]].
Queries can be used in different scenarios:
* data fetching (n records)
* [[QUERYITEM]]
[[Category:Metaclasses|QUERY]]