Class RVSnowflakeDataSource
- 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.RVSnowflakeDataSource
-
public class RVSnowflakeDataSource extends RVSqlPDSDataSource
Snowflake data source.
-
-
Constructor Summary
Constructors Constructor Description RVSnowflakeDataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccount()
String
getDatabase()
Name of the database to connect to.String
getWarehouse()
void
setAccount(String account)
String
setDatabase(String value)
Name of the database to connect to.void
setWarehouse(String warehouse)
The name of the Snowflake warehouse to use in this connection.-
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
-
-
-
-
Method Detail
-
setDatabase
public String setDatabase(String value)
Name of the database to connect to.- Parameters:
value
-- Returns:
-
getDatabase
public String getDatabase()
Name of the database to connect to.- Returns:
-
getAccount
public String getAccount()
-
setAccount
public void setAccount(String account)
-
getWarehouse
public String getWarehouse()
-
setWarehouse
public void setWarehouse(String warehouse)
The name of the Snowflake warehouse to use in this connection.- Parameters:
warehouse
-
-
-