ComparisonOperator
public enum ComparisonOperator : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case eq = "EQ"
-
Undocumented
Declaration
Swift
case ne = "NE"
-
Undocumented
Declaration
Swift
case `in` = "IN"
-
Undocumented
Declaration
Swift
case le = "LE"
-
Undocumented
Declaration
Swift
case lt = "LT"
-
Undocumented
Declaration
Swift
case ge = "GE"
-
Undocumented
Declaration
Swift
case gt = "GT"
-
Undocumented
Declaration
Swift
case between = "BETWEEN"
-
Undocumented
Declaration
Swift
case notNull = "NOT_NULL"
-
Undocumented
Declaration
Swift
case null = "NULL"
-
Undocumented
Declaration
Swift
case contains = "CONTAINS"
-
Undocumented
Declaration
Swift
case notContains = "NOT_CONTAINS"
-
Undocumented
Declaration
Swift
case beginsWith = "BEGINS_WITH"
-
Declaration
Swift
public var description: String { get }