Class CastExasolFunction

    • Method Detail

      • getValue

        public ValueExpression getValue()
        Get the value to cast.
        Returns:
        value to cast
      • getType

        public DataType getType()
        Get the type to cast the value to.
        Returns:
        type to cast the value to
      • hasParenthesis

        public boolean hasParenthesis()
        Description copied from interface: Function
        Check if function needs parenthesis.
        Returns:
        true if function has parenthesis with parameters