Package io.revealbi.core.data
Class RVRedshiftDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVSqlBasedDataSource
io.revealbi.core.data.RVRedshiftDataSource
Amazon Redshift data source, it adds the database name property to the base properties in
RVSqlBasedDataSource.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of the database to connect to.Name of the schema to use.setDatabase(String value) Name of the database to connect to.Name of the schema to use.Methods inherited from class io.revealbi.core.data.RVSqlBasedDataSource
getHost, getPort, setHost, setPortMethods inherited from class io.revealbi.core.data.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
Field Details
-
PROVIDER_KEY
- See Also:
-
-
Constructor Details
-
RVRedshiftDataSource
public RVRedshiftDataSource()
-
-
Method Details
-
setDatabase
Name of the database to connect to.- Parameters:
value-- Returns:
-
getDatabase
Name of the database to connect to.- Returns:
-
setSchema
Name of the schema to use.- Parameters:
value-- Returns:
-
getSchema
Name of the schema to use.- Returns:
-
getProviderKey
- Specified by:
getProviderKeyin classRVDashboardDataSource
-