QueryFunctionCode
public class QueryFunctionCode
Constants for QueryFunction.code
.
-
Constant
QueryFunction.code
value for the OData ‘contains’ function.Declaration
Swift
public static let contains: Int
-
Constant
QueryFunction.code
value for the OData ‘endswith’ function.Declaration
Swift
public static let endsWith: Int
-
Constant
QueryFunction.code
value for the OData ‘startswith’ function.Declaration
Swift
public static let startsWith: Int
-
Constant
QueryFunction.code
value for the OData ‘length’ function.Declaration
Swift
public static let length: Int
-
Constant
QueryFunction.code
value for the OData ‘indexof’ function.Declaration
Swift
public static let indexOf: Int
-
Constant
QueryFunction.code
value for the OData ‘substring’ function.Declaration
Swift
public static let substring: Int
-
Constant
QueryFunction.code
value for the OData ‘tolower’ function.Declaration
Swift
public static let toLower: Int
-
Constant
QueryFunction.code
value for the OData ‘toupper’ function.Declaration
Swift
public static let toUpper: Int
-
Constant
QueryFunction.code
value for the OData ‘trim’ function.Declaration
Swift
public static let trim: Int
-
Constant
QueryFunction.code
value for the OData ‘concat’ function.Declaration
Swift
public static let concat: Int
-
Constant
QueryFunction.code
value for the OData ‘year’ function.Declaration
Swift
public static let year: Int
-
Constant
QueryFunction.code
value for the OData ‘month’ function.Declaration
Swift
public static let month: Int
-
Constant
QueryFunction.code
value for the OData ‘day’ function.Declaration
Swift
public static let day: Int
-
Constant
QueryFunction.code
value for the OData ‘hour’ function.Declaration
Swift
public static let hour: Int
-
Constant
QueryFunction.code
value for the OData ‘minute’ function.Declaration
Swift
public static let minute: Int
-
Constant
QueryFunction.code
value for the OData ‘second’ function.Declaration
Swift
public static let second: Int
-
Constant
QueryFunction.code
value for the OData ‘fractionalseconds’ function.Declaration
Swift
public static let fractionalSeconds: Int
-
Constant
QueryFunction.code
value for the OData ‘date’ function.Declaration
Swift
public static let date: Int
-
Constant
QueryFunction.code
value for the OData ‘time’ function.Declaration
Swift
public static let time: Int
-
Constant
QueryFunction.code
value for the OData ‘totaloffsetminutes’ function.Declaration
Swift
public static let totalOffsetMinutes: Int
-
Constant
QueryFunction.code
value for the OData ‘now’ function.Declaration
Swift
public static let now: Int
-
Constant
QueryFunction.code
value for the OData ‘mindatetime’ function.Declaration
Swift
public static let minDateTime: Int
-
Constant
QueryFunction.code
value for the OData ‘maxdatetime’ function.Declaration
Swift
public static let maxDateTime: Int
-
Constant
QueryFunction.code
value for the OData ‘round’ function.Declaration
Swift
public static let round: Int
-
Constant
QueryFunction.code
value for the OData ‘floor’ function.Declaration
Swift
public static let floor: Int
-
Constant
QueryFunction.code
value for the OData ‘ceiling’ function.Declaration
Swift
public static let ceiling: Int
-
Constant
QueryFunction.code
value for the OData ‘cast’ function.Declaration
Swift
public static let cast: Int
-
Constant
QueryFunction.code
value for the OData ‘isof’ function.Declaration
Swift
public static let isof: Int
-
Constant
QueryFunction.code
value for the OData ‘geo.distance’ function.Declaration
Swift
public static let geoDistance: Int
-
Constant
QueryFunction.code
value for the OData ‘geo.intersects’ function.Declaration
Swift
public static let geoIntersects: Int
-
Constant
QueryFunction.code
value for the OData ‘geo.length’ function.Declaration
Swift
public static let geoLength: Int