Package io.squashql
Class SnowflakeDatastore
java.lang.Object
io.squashql.SnowflakeDatastore
- All Implemented Interfaces:
JdbcDatastore,Datastore
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSnowflakeDatastore(String jdbcUrl, String database, String schema, Properties info) Constructor. -
Method Summary
-
Field Details
-
stores
-
-
Constructor Details
-
SnowflakeDatastore
Constructor.- Parameters:
jdbcUrl- a database url of the form jdbc:subprotocol:subnameinfo- a list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceJdbcDatastore
-
storesByName
- Specified by:
storesByNamein interfaceDatastore
-