Class RVRedshiftDataSourceItem

    • Constructor Detail

    • Method Detail

      • setSchema

        public String setSchema​(String value)
        Name of the schema the referenced table belongs to.
        Parameters:
        value -
        Returns:
      • getSchema

        public String getSchema()
        Name of the schema the referenced table belongs to.
        Returns:
      • setFunctionName

        public String setFunctionName​(String value)
        (Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters.
        Parameters:
        value -
        Returns:
      • getFunctionName

        public String getFunctionName()
        (Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters.
        Returns:
      • setFunctionParameters

        public HashMap setFunctionParameters​(HashMap value)
        Parameters to be passed to the function, if there is such specified in getFunctionName().
        Parameters:
        value -
        Returns:
      • getFunctionParameters

        public HashMap getFunctionParameters()
        Parameters to be passed to the function, if there is such specified in getFunctionName().
        Returns: