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