Package io.revealbi.core.data
Class RVOracleDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVSqlBasedDataSource
io.revealbi.core.data.RVOracleDataSource
- Direct Known Subclasses:
RVOracleServiceDataSource,RVOracleSIDDataSource
Abstract base class for Oracle data sources.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of the database to connect to.setDatabase(String value) Name of the database to connect to.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
-
RVOracleDataSource
public RVOracleDataSource()
-
-
Method Details
-
setDatabase
Name of the database to connect to.- Parameters:
value-- Returns:
-
getDatabase
Name of the database to connect to.- Returns:
-
getProviderKey
- Specified by:
getProviderKeyin classRVDashboardDataSource
-