-
The
DynamicObject
type associated with the clauseDeclaration
Swift
associatedtype ObjectType : DynamicObject
-
The
SelectResultType
type associated with the clauseDeclaration
Swift
associatedtype ReturnType : SelectResultType
-
The
SelectTerm
s for the queryDeclaration
Swift
var selectTerms: [SelectTerm<ObjectType>] { get }