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