| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
SFConnectionHandler |
SFBaseSession.getSfConnectionHandler() |
| Constructor and Description |
|---|
SFBaseSession(SFConnectionHandler sfConnectionHandler) |
| 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 © 2022. All rights reserved.