Uses of Class
net.snowflake.client.jdbc.EnvironmentVariables
-
Packages that use EnvironmentVariables Package Description net.snowflake.client.jdbc -
-
Uses of EnvironmentVariables in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return EnvironmentVariables Modifier and Type Method Description static EnvironmentVariables
EnvironmentVariables. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnvironmentVariables[]
EnvironmentVariables. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-