Class NoArgSQLFunction

    • Constructor Detail

      • NoArgSQLFunction

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

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