Class StringFunction1

All Implemented Interfaces:
NamedExpression, HasSQL, Typed

public final class StringFunction1 extends Function1
A string function with one argument.
  • Field Details

    • UPPER

      public static final int UPPER
      UPPER().
      See Also:
    • LOWER

      public static final int LOWER
      LOWER().
      See Also:
    • ASCII

      public static final int ASCII
      ASCII() (non-standard).
      See Also:
    • CHAR

      public static final int CHAR
      CHAR() (non-standard).
      See Also:
    • STRINGENCODE

      public static final int STRINGENCODE
      STRINGENCODE() (non-standard).
      See Also:
    • STRINGDECODE

      public static final int STRINGDECODE
      STRINGDECODE() (non-standard).
      See Also:
    • STRINGTOUTF8

      public static final int STRINGTOUTF8
      STRINGTOUTF8() (non-standard).
      See Also:
    • UTF8TOSTRING

      public static final int UTF8TOSTRING
      UTF8TOSTRING() (non-standard).
      See Also:
    • HEXTORAW

      public static final int HEXTORAW
      HEXTORAW() (non-standard).
      See Also:
    • RAWTOHEX

      public static final int RAWTOHEX
      RAWTOHEX() (non-standard).
      See Also:
    • SPACE

      public static final int SPACE
      SPACE() (non-standard).
      See Also:
    • QUOTE_IDENT

      public static final int QUOTE_IDENT
      QUOTE_IDENT() (non-standard).
      See Also:
    • NAMES

      private static final String[] NAMES
    • function

      private final int function
  • Constructor Details

    • StringFunction1

      public StringFunction1(Expression arg, int function)
  • Method Details