Relation Support SelectExpression A protocol which represents a select expression. A select expression can be applied to a Row to produce a value. This is typically used to filter Relations using expressions which return booleans. See more Declaration Swift public protocol SelectExpression MutableRelation Undocumented See more Declaration Swift public protocol MutableRelation : AnyObject, Relation MutableSelectRelation Undocumented See more Declaration Swift public protocol MutableSelectRelation : AnyObject, Relation CascadingUpdate Undocumented See more Declaration Swift public struct CascadingUpdate RecursiveQuery Undocumented See more Declaration Swift public struct RecursiveQuery : Hashable DataCodec Undocumented See more Declaration Swift public protocol DataCodec Result A value which is either a successful result, or an error. See more Declaration Swift public enum Result<T, E>