Back | Index
typedef data.model.type.Queried<Const, T>
import data.model.type.SmartTypes

Magic A classfield with this type will be the result of a (small) SQL query. For example:

class Example { var name : Primary; var nameCount : Queried<"COUNT(name)", Int>; }

= data.model.type.Queried.T
Back | Index