RecursiveQuery
public struct RecursiveQuery : Hashable
Undocumented
-
The relation to query.
Declaration
Swift
public let relation: RelationObject -
The attribute part of the select expression.
Declaration
Swift
public let attr: Attribute -
The value part of the select expression.
Declaration
Swift
public let value: RelationValue -
Undocumented
Declaration
Swift
public init(relation: RelationObject, attr: Attribute, value: RelationValue) -
Declaration
Swift
public func hash(into hasher: inout Hasher)
RecursiveQuery Structure Reference