Package io.revealbi.core.data
Class RVMySqlDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVSqlBasedDataSource
io.revealbi.core.data.RVSqlPDSDataSource
io.revealbi.core.data.RVMySqlDataSource
- All Implemented Interfaces:
IProcessDataOnServerDataSource
MySQL data source.
-
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.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
-
RVMySqlDataSource
public RVMySqlDataSource()
-
-
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
-