JoinTable
public struct JoinTable : Hashable
Undocumented
-
Undocumented
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public let columns: Set<Column> -
Undocumented
Declaration
Swift
public let inverseColumns: Set<Column> -
Undocumented
Declaration
Swift
public let constraints: Set<ConstraintType> -
Undocumented
Declaration
Swift
public init( name: String, columns: Set<Column>, inverseColumns: Set<Column>, constraints: Set<ConstraintType> = .init() ) -
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
Undocumented
See moreDeclaration
Swift
public struct Column : ExpressibleByStringLiteral, Hashable
View on GitHub
Install in Dash
JoinTable Structure Reference