JoinType
public enum JoinType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case inner = "INNER" -
Undocumented
Declaration
Swift
case outer = "OUTER" -
Undocumented
Declaration
Swift
case left = "LEFT" -
Undocumented
Declaration
Swift
case right = "RIGHT" -
Declaration
Swift
public var description: String { get }
View on GitHub
JoinType Enumeration Reference