Class RVRedshiftDataSourceItem
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
-
public class RVRedshiftDataSourceItem extends RVSqlBasedDataSourceItem
Amazon Redshift data source item.
-
-
Constructor Summary
Constructors Constructor Description RVRedshiftDataSourceItem(RVRedshiftDataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.HashMap
getFunctionParameters()
Parameters to be passed to the function, if there is such specified ingetFunctionName()
.String
getSchema()
Name of the schema the referenced table belongs to.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.HashMap
setFunctionParameters(HashMap value)
Parameters to be passed to the function, if there is such specified ingetFunctionName()
.String
setSchema(String value)
Name of the schema the referenced table belongs to.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
getCustomQuery, getDatabase, getTable, setCustomQuery, setDatabase, setTable
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
-
-
-
Constructor Detail
-
RVRedshiftDataSourceItem
public RVRedshiftDataSourceItem(RVRedshiftDataSource dataSource)
-
-
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 ingetFunctionName()
.- Parameters:
value
-- Returns:
-
getFunctionParameters
public HashMap getFunctionParameters()
Parameters to be passed to the function, if there is such specified ingetFunctionName()
.- Returns:
-
-