public abstract class QueryFunctionCode
extends java.lang.Object
Constants for QueryFunction.code
.
Modifier and Type | Field and Description |
---|---|
static int |
CAST
Constant
QueryFunction.code value for the OData 'cast' function. |
static int |
CEILING
Constant
QueryFunction.code value for the OData 'ceiling' function. |
static int |
CONCAT
Constant
QueryFunction.code value for the OData 'concat' function. |
static int |
CONTAINS
Constant
QueryFunction.code value for the OData 'contains' function. |
static int |
DATE
Constant
QueryFunction.code value for the OData 'date' function. |
static int |
DAY
Constant
QueryFunction.code value for the OData 'day' function. |
static int |
ENDS_WITH
Constant
QueryFunction.code value for the OData 'endswith' function. |
static int |
FLOOR
Constant
QueryFunction.code value for the OData 'floor' function. |
static int |
FRACTIONAL_SECONDS
Constant
QueryFunction.code value for the OData 'fractionalseconds' function. |
static int |
GEO_DISTANCE
Constant
QueryFunction.code value for the OData 'geo.distance' function. |
static int |
GEO_INTERSECTS
Constant
QueryFunction.code value for the OData 'geo.intersects' function. |
static int |
GEO_LENGTH
Constant
QueryFunction.code value for the OData 'geo.length' function. |
static int |
HOUR
Constant
QueryFunction.code value for the OData 'hour' function. |
static int |
INDEX_OF
Constant
QueryFunction.code value for the OData 'indexof' function. |
static int |
ISOF
Constant
QueryFunction.code value for the OData 'isof' function. |
static int |
LENGTH
Constant
QueryFunction.code value for the OData 'length' function. |
static int |
MAX_DATE_TIME
Constant
QueryFunction.code value for the OData 'maxdatetime' function. |
static int |
MIN_DATE_TIME
Constant
QueryFunction.code value for the OData 'mindatetime' function. |
static int |
MINUTE
Constant
QueryFunction.code value for the OData 'minute' function. |
static int |
MONTH
Constant
QueryFunction.code value for the OData 'month' function. |
static int |
NOW
Constant
QueryFunction.code value for the OData 'now' function. |
static int |
ROUND
Constant
QueryFunction.code value for the OData 'round' function. |
static int |
SECOND
Constant
QueryFunction.code value for the OData 'second' function. |
static int |
STARTS_WITH
Constant
QueryFunction.code value for the OData 'startswith' function. |
static int |
SUBSTRING
Constant
QueryFunction.code value for the OData 'substring' function. |
static int |
TIME
Constant
QueryFunction.code value for the OData 'time' function. |
static int |
TO_LOWER
Constant
QueryFunction.code value for the OData 'tolower' function. |
static int |
TO_UPPER
Constant
QueryFunction.code value for the OData 'toupper' function. |
static int |
TOTAL_OFFSET_MINUTES
Constant
QueryFunction.code value for the OData 'totaloffsetminutes' function. |
static int |
TRIM
Constant
QueryFunction.code value for the OData 'trim' function. |
static int |
YEAR
Constant
QueryFunction.code value for the OData 'year' function. |
Constructor and Description |
---|
QueryFunctionCode() |
public static final int CONTAINS
Constant QueryFunction.code
value for the OData 'contains' function.
public static final int ENDS_WITH
Constant QueryFunction.code
value for the OData 'endswith' function.
public static final int STARTS_WITH
Constant QueryFunction.code
value for the OData 'startswith' function.
public static final int LENGTH
Constant QueryFunction.code
value for the OData 'length' function.
public static final int INDEX_OF
Constant QueryFunction.code
value for the OData 'indexof' function.
public static final int SUBSTRING
Constant QueryFunction.code
value for the OData 'substring' function.
public static final int TO_LOWER
Constant QueryFunction.code
value for the OData 'tolower' function.
public static final int TO_UPPER
Constant QueryFunction.code
value for the OData 'toupper' function.
public static final int TRIM
Constant QueryFunction.code
value for the OData 'trim' function.
public static final int CONCAT
Constant QueryFunction.code
value for the OData 'concat' function.
public static final int YEAR
Constant QueryFunction.code
value for the OData 'year' function.
public static final int MONTH
Constant QueryFunction.code
value for the OData 'month' function.
public static final int DAY
Constant QueryFunction.code
value for the OData 'day' function.
public static final int HOUR
Constant QueryFunction.code
value for the OData 'hour' function.
public static final int MINUTE
Constant QueryFunction.code
value for the OData 'minute' function.
public static final int SECOND
Constant QueryFunction.code
value for the OData 'second' function.
public static final int FRACTIONAL_SECONDS
Constant QueryFunction.code
value for the OData 'fractionalseconds' function.
public static final int DATE
Constant QueryFunction.code
value for the OData 'date' function.
public static final int TIME
Constant QueryFunction.code
value for the OData 'time' function.
public static final int TOTAL_OFFSET_MINUTES
Constant QueryFunction.code
value for the OData 'totaloffsetminutes' function.
public static final int NOW
Constant QueryFunction.code
value for the OData 'now' function.
public static final int MIN_DATE_TIME
Constant QueryFunction.code
value for the OData 'mindatetime' function.
public static final int MAX_DATE_TIME
Constant QueryFunction.code
value for the OData 'maxdatetime' function.
public static final int ROUND
Constant QueryFunction.code
value for the OData 'round' function.
public static final int FLOOR
Constant QueryFunction.code
value for the OData 'floor' function.
public static final int CEILING
Constant QueryFunction.code
value for the OData 'ceiling' function.
public static final int CAST
Constant QueryFunction.code
value for the OData 'cast' function.
public static final int ISOF
Constant QueryFunction.code
value for the OData 'isof' function.
public static final int GEO_DISTANCE
Constant QueryFunction.code
value for the OData 'geo.distance' function.
public static final int GEO_INTERSECTS
Constant QueryFunction.code
value for the OData 'geo.intersects' function.
public static final int GEO_LENGTH
Constant QueryFunction.code
value for the OData 'geo.length' function.