Package io.revealbi.core.data
Class RVSnowflakeDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVSqlBasedDataSourceItem
io.revealbi.core.data.RVSqlPDSDataSourceItem
io.revealbi.core.data.RVSnowflakeDataSourceItem
- All Implemented Interfaces:
IProcessDataOnServerDataSourceItem
Snowflake data source item
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.Parameters to be passed to the stored procedure, if there is such specified ingetProcedure().Name of the schema the referenced table belongs to.setProcedure(String value) (Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.setProcedureParameters(HashMap value) Parameters to be passed to the stored procedure, if there is such specified ingetProcedure().Name of the schema the referenced table belongs to.Methods inherited from class io.revealbi.core.data.RVSqlPDSDataSourceItem
getProcessDataOnServer, setProcessDataOnServerMethods inherited from class io.revealbi.core.data.RVSqlBasedDataSourceItem
getCustomQuery, getDatabase, getTable, setCustomQuery, setDatabase, setTableMethods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVSnowflakeDataSourceItem
-
-
Method Details
-
setSchema
Name of the schema the referenced table belongs to.- Parameters:
value-- Returns:
-
getSchema
Name of the schema the referenced table belongs to.- Returns:
-
setProcedure
(Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.- Parameters:
value-- Returns:
-
getProcedure
(Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.- Returns:
-
setProcedureParameters
Parameters to be passed to the stored procedure, if there is such specified ingetProcedure().- Parameters:
value-- Returns:
-
getProcedureParameters
Parameters to be passed to the stored procedure, if there is such specified ingetProcedure().- Returns:
-