类 NoArgSQLFunction

    • 构造器详细资料

      • NoArgSQLFunction

        public NoArgSQLFunction​(String name,
                                Type returnType)
        Constructs a NoArgSQLFunction
        参数:
        name - The function name
        returnType - The function return type
      • NoArgSQLFunction

        public NoArgSQLFunction​(String name,
                                Type returnType,
                                boolean hasParenthesesIfNoArguments)
        Constructs a NoArgSQLFunction
        参数:
        name - The function name
        returnType - The function return type
        hasParenthesesIfNoArguments - Does the function call need parenthesis if there are no arguments?