Class RVDatabricksDataSourceItem
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVDatabricksDataSourceItem
-
public class RVDatabricksDataSourceItem extends RVSqlPDSDataSourceItem
Databricks data source item.
-
-
Constructor Summary
Constructors Constructor Description RVDatabricksDataSourceItem(RVSqlPDSDataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSchema()Gets the name of the schema to connect to.voidsetSchema(String schema)Sets the name of the schema to connect to.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSourceItem
getProcessDataOnServer, setProcessDataOnServer
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
getCustomQuery, getDatabase, getTable, setCustomQuery, setDatabase, setTable
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
-
-
-
Constructor Detail
-
RVDatabricksDataSourceItem
public RVDatabricksDataSourceItem(RVSqlPDSDataSource dataSource)
-
-