Uses of Class
net.snowflake.client.core.Constants.OS
-
Packages that use Constants.OS Package Description net.snowflake.client.core net.snowflake.client.internal.core.minicore -
-
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.OSConstants. getOS()static Constants.OSConstants.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. -
Uses of Constants.OS in net.snowflake.client.internal.core.minicore
Methods in net.snowflake.client.internal.core.minicore that return Constants.OS Modifier and Type Method Description Constants.OSMinicorePlatform. getOs()
-