Interface HasCase<T,​RESULT extends Expression<T>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RESULT toLowerCase()
      Returns an expression that is equivalent to this expression, except that results are always in lower-case letters.
      RESULT toUpperCase()
      Returns an expression that is equivalent to this expression, except that results are always in upper-case letters.
    • Method Detail

      • toUpperCase

        RESULT toUpperCase()
        Returns an expression that is equivalent to this expression, except that results are always in upper-case letters.
        Returns:
        the upper case expression
      • toLowerCase

        RESULT toLowerCase()
        Returns an expression that is equivalent to this expression, except that results are always in lower-case letters.
        Returns:
        the lower case expression