Class RVRedshiftDataSourceItem


public class RVRedshiftDataSourceItem extends RVSqlBasedDataSourceItem
Amazon Redshift data source item.
  • Constructor Details

  • Method Details

    • 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<String,Object> setFunctionParameters(HashMap<String,Object> value)
      Parameters to be passed to the function, if there is such specified in getFunctionName().
      Parameters:
      value -
      Returns:
    • getFunctionParameters

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