QueryOperatorCode
public class QueryOperatorCode
Constants for QueryOperator.code.
-
Constant
QueryOperator.codevalue for the OData ‘eq’ operator.Declaration
Swift
public static let equal: Int -
Constant
QueryOperator.codevalue for the OData ‘ne’ operator.Declaration
Swift
public static let notEqual: Int -
Constant
QueryOperator.codevalue for the OData ‘gt’ operator.Declaration
Swift
public static let greaterThan: Int -
Constant
QueryOperator.codevalue for the OData ‘ge’ operator.Declaration
Swift
public static let greaterEqual: Int -
Constant
QueryOperator.codevalue for the OData ‘lt’ operator.Declaration
Swift
public static let lessThan: Int -
Constant
QueryOperator.codevalue for the OData ‘le’ operator.Declaration
Swift
public static let lessEqual: Int -
Constant
QueryOperator.codevalue for the OData ‘and’ operator.Declaration
Swift
public static let and: Int -
Constant
QueryOperator.codevalue for the OData ‘or’ operator.Declaration
Swift
public static let or: Int -
Constant
QueryOperator.codevalue for the OData ‘not’ operator.Declaration
Swift
public static let not: Int -
Constant
QueryOperator.codevalue for the OData ‘-’ operator.Declaration
Swift
public static let negate: Int -
Constant
QueryOperator.codevalue for the OData ‘add’ operator.Declaration
Swift
public static let add: Int -
Constant
QueryOperator.codevalue for the OData ‘sub’ operator.Declaration
Swift
public static let subtract: Int -
Constant
QueryOperator.codevalue for the OData ‘mul’ operator.Declaration
Swift
public static let multiply: Int -
Constant
QueryOperator.codevalue for the OData ‘div’ operator.Declaration
Swift
public static let divide: Int -
Constant
QueryOperator.codevalue for the OData ‘div’ operator.Declaration
Swift
public static let divideBy: Int -
Constant
QueryOperator.codevalue for the OData ‘mod’ operator.Declaration
Swift
public static let modulo: Int -
Constant
QueryOperator.codevalue for the OData ‘any’ operator.Declaration
Swift
public static let any: Int -
Constant
QueryOperator.codevalue for the OData ‘all’ operator.Declaration
Swift
public static let all: Int -
Constant
QueryOperator.codevalue for the OData ‘in’ operator.Declaration
Swift
public static let inList: Int -
Constant
QueryOperator.codevalue for the OData ‘is’ operator.Declaration
Swift
public static let isValue: Int -
Constant
QueryOperator.codevalue for the OData ‘has’ operator.Declaration
Swift
public static let hasFlags: Int