Class NoArgSQLFunction

    • Constructor Summary

      Constructors 
      Constructor Description
      NoArgSQLFunction​(java.lang.String name, Type returnType)
      Constructs a NoArgSQLFunction
      NoArgSQLFunction​(java.lang.String name, Type returnType, boolean hasParenthesesIfNoArguments)
      Constructs a NoArgSQLFunction
    • Constructor Detail

      • NoArgSQLFunction

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

        public NoArgSQLFunction​(java.lang.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?