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 SnowflakeConnectStringSFBaseSession. getSnowflakeConnectionString()SnowflakeConnectStringSFSession. getSnowflakeConnectionString()Methods in net.snowflake.client.core with parameters of type SnowflakeConnectString Modifier and Type Method Description voidSFSession. 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 SnowflakeConnectStringSnowflakeResultSetSerializableV1. getSnowflakeConnectString()static SnowflakeConnectStringSnowflakeConnectString. parse(String url, Properties info)Methods in net.snowflake.client.jdbc with parameters of type SnowflakeConnectString Modifier and Type Method Description protected voidDefaultSFConnectionHandler. initialize(SnowflakeConnectString conStr, String appID, String appVersion)protected voidDefaultSFConnectionHandler. initialize(SnowflakeConnectString conStr, String appID, String appVersion, Properties properties)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 SnowflakeConnectStringTelemetryService. getSnowflakeConnectionString()Methods in net.snowflake.client.jdbc.telemetryOOB with parameters of type SnowflakeConnectString Modifier and Type Method Description voidTelemetryService. updateContext(SnowflakeConnectString conStr)
-