QueryOperatorCode

public class QueryOperatorCode

Constants for QueryOperator.code.

  • Constant QueryOperator.code value for the OData ‘eq’ operator.

    Declaration

    Swift

    public static let equal: Int
  • Constant QueryOperator.code value for the OData ‘ne’ operator.

    Declaration

    Swift

    public static let notEqual: Int
  • Constant QueryOperator.code value for the OData ‘gt’ operator.

    Declaration

    Swift

    public static let greaterThan: Int
  • Constant QueryOperator.code value for the OData ‘ge’ operator.

    Declaration

    Swift

    public static let greaterEqual: Int
  • Constant QueryOperator.code value for the OData ‘lt’ operator.

    Declaration

    Swift

    public static let lessThan: Int
  • Constant QueryOperator.code value for the OData ‘le’ operator.

    Declaration

    Swift

    public static let lessEqual: Int
  • and

    Constant QueryOperator.code value for the OData ‘and’ operator.

    Declaration

    Swift

    public static let and: Int
  • or

    Constant QueryOperator.code value for the OData ‘or’ operator.

    Declaration

    Swift

    public static let or: Int
  • not

    Constant QueryOperator.code value for the OData ‘not’ operator.

    Declaration

    Swift

    public static let not: Int
  • Constant QueryOperator.code value for the OData ‘-’ operator.

    Declaration

    Swift

    public static let negate: Int
  • add

    Constant QueryOperator.code value for the OData ‘add’ operator.

    Declaration

    Swift

    public static let add: Int
  • Constant QueryOperator.code value for the OData ‘sub’ operator.

    Declaration

    Swift

    public static let subtract: Int
  • Constant QueryOperator.code value for the OData ‘mul’ operator.

    Declaration

    Swift

    public static let multiply: Int
  • Constant QueryOperator.code value for the OData ‘div’ operator.

    Declaration

    Swift

    public static let divide: Int
  • Constant QueryOperator.code value for the OData ‘mod’ operator.

    Declaration

    Swift

    public static let modulo: Int
  • any

    Constant QueryOperator.code value for the OData ‘any’ operator.

    Declaration

    Swift

    public static let any: Int
  • all

    Constant QueryOperator.code value for the OData ‘all’ operator.

    Declaration

    Swift

    public static let all: Int
  • has

    Constant QueryOperator.code value for the OData ‘has’ operator.

    Declaration

    Swift

    public static let has: Int
  • Constant QueryOperator.code value for the OData ‘in’ operator.

    Declaration

    Swift

    public static let inList: Int