Warehouse
- Last Updated: August 4, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
Purpose
Specifies the virtual warehouse to use once connected. The specified warehouse should be an existing warehouse for which the specified default role has privileges.
After connecting, the USE WAREHOUSE command can be executed to set a different warehouse for the session.
Valid Values
String
where:
String
is a valid warehouse string.
Data Source Methods
public String getWarehouse()
public void setWarehouse(String)
Default Value
No default value
Data Type
String