Uses of Class
net.snowflake.client.core.SFSessionProperty
-
Packages that use SFSessionProperty Package Description net.snowflake.client.core -
-
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()
Methods 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.
-