Package com.snowflake.client.jdbc
Class SnowflakeDriver
- java.lang.Object
-
- net.snowflake.client.jdbc.SnowflakeDriver
-
- com.snowflake.client.jdbc.SnowflakeDriver
-
- All Implemented Interfaces:
Driver
@Deprecated public class SnowflakeDriver extends SnowflakeDriver implements Driver
Deprecated.UseSnowflakeDriver
insteadThis is left in to ensure backward compatibility for old customers that are still using the legacy com.snowflake.client.jdbc.SnowflakeDriver. Ideally, we want to remove this class and have all customers move to net.snowflake.client.jdbc.SnowflakeDriver.
-
-
Field Summary
-
Fields inherited from class net.snowflake.client.jdbc.SnowflakeDriver
AUTO_CONNECTION_STRING_PREFIX, disableIncidents, EMPTY_PROPERTIES, implementVersion
-
-
Constructor Summary
Constructors Constructor Description SnowflakeDriver()
Deprecated.
-
Method Summary
-
Methods inherited from class net.snowflake.client.jdbc.SnowflakeDriver
acceptsURL, connect, connect, getDisableArrowResultFormatMessage, getImplementationTitle, getJdbcJarname, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, isDisableArrowResultFormat, isDisableIncidents, jdbcCompliant, main, setDisableIncidents
-
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
-
-