Uses of Class
net.snowflake.client.core.SFSessionProperty
-
Packages that use SFSessionProperty Package Description net.snowflake.client.core net.snowflake.client.jdbc.diagnostic -
-
Uses of SFSessionProperty in net.snowflake.client.core
Methods in net.snowflake.client.core that return SFSessionProperty Modifier and Type Method Description static SFSessionProperty
SFSessionProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static SFSessionProperty[]
SFSessionProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.core that return types with arguments of type SFSessionProperty Modifier and Type Method Description Map<SFSessionProperty,Object>
SFBaseSession. getConnectionPropertiesMap()
Get the connection properties mapMethods in net.snowflake.client.core with parameters of type SFSessionProperty Modifier and Type Method Description void
SFBaseSession. addProperty(SFSessionProperty sfSessionProperty, Object propertyValue)
Wrapper function for the other addProperty(String, Object) method that takes an SFSessionProperty instead of a String key. -
Uses of SFSessionProperty in net.snowflake.client.jdbc.diagnostic
Constructor parameters in net.snowflake.client.jdbc.diagnostic with type arguments of type SFSessionProperty Constructor Description DiagnosticContext(String allowListFile, Map<SFSessionProperty,Object> connectionPropertiesMap)
-