Package io.revealbi.core.data
Class RVPostgresDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVSqlBasedDataSource
io.revealbi.core.data.RVSqlPDSDataSource
io.revealbi.core.data.RVPostgresDataSource
- All Implemented Interfaces:
IProcessDataOnServerDataSource
PostgreSQL data source, it adds database name and schema properties to the base properties in
RVSqlPDSDataSource.-
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.RVSqlPDSDataSource
getProcessDataOnServerDefaultValue, getProcessDataOnServerReadOnly, setProcessDataOnServerDefaultValue, setProcessDataOnServerReadOnlyMethods 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
-
RVPostgresDataSource
public RVPostgresDataSource()
-
-
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
-