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 -
Constant
QueryFunction.codevalue for the custom ‘localDate’ function.Declaration
Swift
public static let localDate: Int -
Constant
QueryFunction.codevalue for the custom ‘localTime’ function.Declaration
Swift
public static let localTime: Int -
Constant
QueryFunction.codevalue for the custom ‘weekStart’ function.Declaration
Swift
public static let weekStart: Int -
Constant
QueryFunction.codevalue for the custom ‘weekEnd’ function.Declaration
Swift
public static let weekEnd: Int -
Constant
QueryFunction.codevalue for the custom ‘monthStart’ function.Declaration
Swift
public static let monthStart: Int -
Constant
QueryFunction.codevalue for the custom ‘monthEnd’ function.Declaration
Swift
public static let monthEnd: Int -
Constant
QueryFunction.codevalue for the custom ‘yearStart’ function.Declaration
Swift
public static let yearStart: Int -
Constant
QueryFunction.codevalue for the custom ‘yearEnd’ function.Declaration
Swift
public static let yearEnd: Int -
Constant
QueryFunction.codevalue for the custom ‘replace’ function.Declaration
Swift
public static let replace: Int -
Constant
QueryFunction.codevalue for the custom ‘hasError’ function.See also
EntityValue.inErrorState.Declaration
Swift
public static let hasError: Int -
Constant
QueryFunction.codevalue for the custom ‘isDraft’ function.See also
EntityValue.isDraft.Declaration
Swift
public static let isDraft: Int -
Constant
QueryFunction.codevalue for the custom ‘isLocal’ function.See also
EntityValue.isLocal.Declaration
Swift
public static let isLocal: Int -
Constant
QueryFunction.codevalue for the custom ‘isCreated’ function.See also
EntityValue.isCreated.Declaration
Swift
public static let isCreated: Int -
Constant
QueryFunction.codevalue for the custom ‘isUpdated’ function.See also
EntityValue.isUpdated.Declaration
Swift
public static let isUpdated: Int -
Constant
QueryFunction.codevalue for the custom ‘isDeleted’ function.See also
EntityValue.isDeleted.Declaration
Swift
public static let isDeleted: Int