| Package | Description |
|---|---|
| net.snowflake.client.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSFConnectionHandler
The default ConnectionHandler used by SnowflakeConnectionV(x).
|
| Modifier and Type | Method and Description |
|---|---|
SFConnectionHandler |
SnowflakeConnectionV1.getHandler() |
SFConnectionHandler |
SnowflakeConnection.getHandler()
Returns the SnowflakeConnectionImpl from the connection object.
|
| Constructor and Description |
|---|
SnowflakeConnectionV1(SFConnectionHandler sfConnectionHandler)
Instantiates a SnowflakeConnectionV1 with the passed-in SnowflakeConnectionImpl.
|
SnowflakeConnectionV1(SFConnectionHandler sfConnectionHandler,
String url,
Properties info)
Instantiates a SnowflakeConnectionV1 with the passed-in SnowflakeConnectionImpl.
|
Copyright © 2021. All rights reserved.