Package cz.cvut.kbss.jopa.query.soql
Class SoqlConstants.Functions
java.lang.Object
cz.cvut.kbss.jopa.query.soql.SoqlConstants.Functions
- Enclosing class:
- SoqlConstants
Supported SOQL functions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Returns the absolute value of the argument.static final String
Returns the smallest number with no fractional part that is not less than the argument.static final String
Counts the number of elements.static final String
Returns the largest number with no fractional part that is not greater than the argument.static final String
Returns language tag of a literal, if it has one.static final String
Returns the length of a string.static final String
Takes an argument string and transforms it to lower case.static final String
Takes an argument string and transforms it to upper case. -
Method Summary
-
Field Details
-
LOWER
Takes an argument string and transforms it to lower case.- See Also:
-
UPPER
Takes an argument string and transforms it to upper case.- See Also:
-
COUNT
Counts the number of elements.- See Also:
-
LENGTH
Returns the length of a string.- See Also:
-
ABS
Returns the absolute value of the argument.- See Also:
-
CEIL
Returns the smallest number with no fractional part that is not less than the argument.- See Also:
-
FLOOR
Returns the largest number with no fractional part that is not greater than the argument.- See Also:
-
LANG
Returns language tag of a literal, if it has one. Returns an empty string if it has no language tag.- See Also:
-