Interface SQLFunction

    • Method Detail

      • hasArguments

        boolean hasArguments()
        Does this function have any arguments?
        Returns:
        True if the function expects to have parameters; false otherwise.
      • hasParenthesesIfNoArguments

        boolean hasParenthesesIfNoArguments()
        If there are no arguments, are parentheses required?
        Returns:
        True if a no-arg call of this function requires parentheses.