Package net.snowflake.client.jdbc
Class SnowflakeDriver
- java.lang.Object
-
- net.snowflake.client.api.driver.SnowflakeDriver
-
- net.snowflake.client.jdbc.SnowflakeDriver
-
- All Implemented Interfaces:
Driver
@Deprecated public class SnowflakeDriver extends SnowflakeDriver implements Driver
Deprecated.UseSnowflakeDriverinsteadThis is left in to ensure backward compatibility for old customers that are still using the legacy net.snowflake.client.jdbc.SnowflakeDriver. Ideally, we want to remove this class and have all customers move to net.snowflake.client.api.driver.SnowflakeDriver.
-
-
Field Summary
-
Fields inherited from class net.snowflake.client.api.driver.SnowflakeDriver
EMPTY_PROPERTIES, INSTANCE
-
-
Constructor Summary
Constructors Constructor Description SnowflakeDriver()Deprecated.
-
Method Summary
-
Methods inherited from class net.snowflake.client.api.driver.SnowflakeDriver
acceptsURL, connect, connect, getImplementationVersion, getMajorVersion, getMinorVersion, getParentLogger, getPatchVersion, getPropertyInfo, jdbcCompliant
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.sql.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, jdbcCompliant
-
-