Uses of Interface
net.snowflake.client.jdbc.SFConnectionHandler
-
Packages that use SFConnectionHandler Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of SFConnectionHandler in net.snowflake.client.core
Methods in net.snowflake.client.core that return SFConnectionHandler Modifier and Type Method Description SFConnectionHandler
SFBaseSession. getSfConnectionHandler()
Get the SFConnectionHandlerConstructors in net.snowflake.client.core with parameters of type SFConnectionHandler Constructor Description SFBaseSession(SFConnectionHandler sfConnectionHandler)
-
Uses of SFConnectionHandler in net.snowflake.client.jdbc
Classes in net.snowflake.client.jdbc that implement SFConnectionHandler Modifier and Type Class Description class
DefaultSFConnectionHandler
The default ConnectionHandler used by SnowflakeConnectionV(x).Methods in net.snowflake.client.jdbc that return SFConnectionHandler Modifier and Type Method Description SFConnectionHandler
SnowflakeConnection. getHandler()
Returns the SnowflakeConnectionImpl from the connection object.SFConnectionHandler
SnowflakeConnectionV1. getHandler()
Constructors in net.snowflake.client.jdbc with parameters of type SFConnectionHandler Constructor 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.
-