Companion

object Companion

Properties

Link copied to clipboard
const val CAST: Int = 27

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'cast' function.

Link copied to clipboard
const val CEILING: Int = 26

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'ceiling' function.

Link copied to clipboard
const val CONCAT: Int = 10

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'concat' function.

Link copied to clipboard
const val CONTAINS: Int = 1

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'contains' function.

Link copied to clipboard
const val DATE: Int = 18

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'date' function.

Link copied to clipboard
const val DAY: Int = 13

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'day' function.

Link copied to clipboard
const val ENDS_WITH: Int = 2

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'endswith' function.

Link copied to clipboard
const val FLOOR: Int = 25

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'floor' function.

Link copied to clipboard
const val FRACTIONAL_SECONDS: Int = 17

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'fractionalseconds' function.

Link copied to clipboard
const val GEO_DISTANCE: Int = 29

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'geo.distance' function.

Link copied to clipboard
const val GEO_INTERSECTS: Int = 30

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'geo.intersects' function.

Link copied to clipboard
const val GEO_LENGTH: Int = 31

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'geo.length' function.

Link copied to clipboard
const val HAS_ERROR: Int = 41

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'hasError' function.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntityValue#inErrorState EntityValue.inErrorState}.

Link copied to clipboard
const val HOUR: Int = 14

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'hour' function.

Link copied to clipboard
const val INDEX_OF: Int = 5

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'indexof' function.

Link copied to clipboard
const val IS_CREATED: Int = 44

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'isCreated' function.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntityValue#isCreated EntityValue.isCreated}.

Link copied to clipboard
const val IS_DELETED: Int = 46

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'isDeleted' function.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntityValue#isDeleted EntityValue.isDeleted}.

Link copied to clipboard
const val IS_DRAFT: Int = 42

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'isDraft' function.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntityValue#isDraft EntityValue.isDraft}.

Link copied to clipboard
const val IS_LOCAL: Int = 43

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'isLocal' function.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntityValue#isLocal EntityValue.isLocal}.

Link copied to clipboard
const val IS_UPDATED: Int = 45

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'isUpdated' function.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntityValue#isUpdated EntityValue.isUpdated}.

Link copied to clipboard
const val ISOF: Int = 28

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'isof' function.

Link copied to clipboard
const val LENGTH: Int = 4

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'length' function.

Link copied to clipboard
const val LOCAL_DATE: Int = 32

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'localDate' function.

Link copied to clipboard
const val LOCAL_TIME: Int = 33

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'localTime' function.

Link copied to clipboard
const val MAX_DATE_TIME: Int = 23

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'maxdatetime' function.

Link copied to clipboard
const val MIN_DATE_TIME: Int = 22

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'mindatetime' function.

Link copied to clipboard
const val MINUTE: Int = 15

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'minute' function.

Link copied to clipboard
const val MONTH: Int = 12

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'month' function.

Link copied to clipboard
const val MONTH_END: Int = 37

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'monthEnd' function.

Link copied to clipboard
const val MONTH_START: Int = 36

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'monthStart' function.

Link copied to clipboard
const val NOW: Int = 21

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'now' function.

Link copied to clipboard
const val REPLACE: Int = 40

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'replace' function.

Link copied to clipboard
const val ROUND: Int = 24

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'round' function.

Link copied to clipboard
const val SECOND: Int = 16

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'second' function.

Link copied to clipboard
const val STARTS_WITH: Int = 3

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'startswith' function.

Link copied to clipboard
const val SUBSTRING: Int = 6

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'substring' function.

Link copied to clipboard
const val TIME: Int = 19

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'time' function.

Link copied to clipboard
const val TO_LOWER: Int = 7

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'tolower' function.

Link copied to clipboard
const val TO_UPPER: Int = 8

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'toupper' function.

Link copied to clipboard
const val TOTAL_OFFSET_MINUTES: Int = 20

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'totaloffsetminutes' function.

Link copied to clipboard
const val TRIM: Int = 9

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'trim' function.

Link copied to clipboard
const val WEEK_END: Int = 35

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'weekEnd' function.

Link copied to clipboard
const val WEEK_START: Int = 34

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'weekStart' function.

Link copied to clipboard
const val YEAR: Int = 11

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the OData 'year' function.

Link copied to clipboard
const val YEAR_END: Int = 39

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'yearEnd' function.

Link copied to clipboard
const val YEAR_START: Int = 38

Constant {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction#code QueryFunction.code} value for the custom 'yearStart' function.