Package io.squashql

Class SnowflakeDatastore

java.lang.Object
io.squashql.SnowflakeDatastore
All Implemented Interfaces:
JdbcDatastore, Datastore

public class SnowflakeDatastore extends Object implements JdbcDatastore
  • Field Details

  • Constructor Details

    • SnowflakeDatastore

      public SnowflakeDatastore(String jdbcUrl, String database, String schema, Properties info)
      Constructor.
      Parameters:
      jdbcUrl - a database url of the form jdbc:subprotocol:subname
      info - a list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included
  • Method Details