Changes

QUERY

418 bytes removed, 10:24, 24 March 2015
/* Basics */
| runtimetype = UBIK.Kernel.Query
}}
 
== Basics ==
In UBIK, queries are used for fetching a list of [[Contentclass|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)
* finding a single or a set of recordset(s)
* used as definition of root nodes in a [[View]]
 
{{HintMethods}}
== Query, QueryItem ==
10,686
edits