接口 SQLFunction

    • 方法详细资料

      • hasArguments

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

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