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