Uses of Class
net.snowflake.client.jdbc.SnowflakeConnectString
-
Packages that use SnowflakeConnectString Package Description net.snowflake.client.core net.snowflake.client.jdbc net.snowflake.client.jdbc.telemetryOOB -
-
Uses of SnowflakeConnectString in net.snowflake.client.core
Methods in net.snowflake.client.core that return SnowflakeConnectString Modifier and Type Method Description abstract SnowflakeConnectString
SFBaseSession. getSnowflakeConnectionString()
SnowflakeConnectString
SFSession. getSnowflakeConnectionString()
Methods in net.snowflake.client.core with parameters of type SnowflakeConnectString Modifier and Type Method Description void
SFSession. setSnowflakeConnectionString(SnowflakeConnectString connStr)
-
Uses of SnowflakeConnectString in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return SnowflakeConnectString Modifier and Type Method Description SnowflakeConnectString
SnowflakeResultSetSerializableV1. getSnowflakeConnectString()
static SnowflakeConnectString
SnowflakeConnectString. parse(String url, Properties info)
Methods in net.snowflake.client.jdbc with parameters of type SnowflakeConnectString Modifier and Type Method Description protected void
DefaultSFConnectionHandler. initialize(SnowflakeConnectString conStr, String appID, String appVersion)
static Map<String,Object>
DefaultSFConnectionHandler. mergeProperties(SnowflakeConnectString conStr)
Processes parameters given in the connection string.Constructors in net.snowflake.client.jdbc with parameters of type SnowflakeConnectString Constructor Description DefaultSFConnectionHandler(SnowflakeConnectString conStr)
Constructs a DefaultConnectionHandler using a SnowflakeConnectString.DefaultSFConnectionHandler(SnowflakeConnectString conStr, boolean skipOpen)
Constructs a DefaultConnectionHandler using a SnowflakeConnectString. -
Uses of SnowflakeConnectString in net.snowflake.client.jdbc.telemetryOOB
Methods in net.snowflake.client.jdbc.telemetryOOB that return SnowflakeConnectString Modifier and Type Method Description SnowflakeConnectString
TelemetryService. getSnowflakeConnectionString()
Methods in net.snowflake.client.jdbc.telemetryOOB with parameters of type SnowflakeConnectString Modifier and Type Method Description void
TelemetryService. updateContext(SnowflakeConnectString conStr)
-