Back | Index
typedef data.model.type.BoolVal<Const>
import data.model.type.SmartTypes

Magic A classfield with this type is the result of a haxe expression. The expression is evaluated on SELECT.

class Example { var ID : Primary; var highID : BoolVal<"id > 10000">; }

= Bool
Back | Index