Class SoqlConstants.Functions

java.lang.Object
cz.cvut.kbss.jopa.query.soql.SoqlConstants.Functions
Enclosing class:
SoqlConstants

public static class SoqlConstants.Functions extends Object
Supported SOQL functions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOWER

      public static final String LOWER
      Takes an argument string and transforms it to lower case.
      See Also:
    • UPPER

      public static final String UPPER
      Takes an argument string and transforms it to upper case.
      See Also:
    • COUNT

      public static final String COUNT
      Counts the number of elements.
      See Also:
    • LENGTH

      public static final String LENGTH
      Returns the length of a string.
      See Also:
    • ABS

      public static final String ABS
      Returns the absolute value of the argument.
      See Also:
    • CEIL

      public static final String CEIL
      Returns the smallest number with no fractional part that is not less than the argument.
      See Also:
    • FLOOR

      public static final String FLOOR
      Returns the largest number with no fractional part that is not greater than the argument.
      See Also:
    • LANG

      public static final String LANG
      Returns language tag of a literal, if it has one. Returns an empty string if it has no language tag.
      See Also: