Package io.revealbi.core.data
Class RVRedshiftDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVSqlBasedDataSourceItem
io.revealbi.core.data.RVRedshiftDataSourceItem
Amazon Redshift data source item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters.Parameters to be passed to the function, if there is such specified ingetFunctionName().Name of the schema the referenced table belongs to.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.setFunctionParameters(HashMap<String, Object> value) Parameters to be passed to the function, if there is such specified ingetFunctionName().Name of the schema the referenced table belongs to.Methods inherited from class io.revealbi.core.data.RVSqlBasedDataSourceItem
getCustomQuery, getDatabase, getTable, setCustomQuery, setDatabase, setTableMethods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVRedshiftDataSourceItem
-
-
Method Details
-
setSchema
Name of the schema the referenced table belongs to.- Parameters:
value-- Returns:
-
getSchema
Name of the schema the referenced table belongs to.- Returns:
-
setFunctionName
(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
(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
Parameters to be passed to the function, if there is such specified ingetFunctionName().- Parameters:
value-- Returns:
-
getFunctionParameters
Parameters to be passed to the function, if there is such specified ingetFunctionName().- Returns:
-