Class RVSqlServerDataSource
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
- com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
-
- com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
-
- com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
- Direct Known Subclasses:
RVAzureSqlDataSource
,RVAzureSynapseDataSource
public class RVSqlServerDataSource extends RVSqlPDSDataSource
Microsoft SQL Server data source, it adds the database name property to the base properties inRVSqlBasedDataSource
.
-
-
Constructor Summary
Constructors Constructor Description RVSqlServerDataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDatabase()
Name of the database to connect to.String
setDatabase(String value)
Name of the database to connect to.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
getProcessDataOnServerDefaultValue, getProcessDataOnServerReadOnly, setProcessDataOnServerDefaultValue, setProcessDataOnServerReadOnly
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
getHost, getPort, setHost, setPort
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
-