Interface MinicoreLibrary
-
- All Superinterfaces:
com.sun.jna.Library
@SnowflakeJdbcInternalApi public interface MinicoreLibrary extends com.sun.jna.Library
JNA interface for the Snowflake minicore native library.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringsf_core_full_version()Get the full version string from the minicore library.
-
-
-
Method Detail
-
sf_core_full_version
String sf_core_full_version()
Get the full version string from the minicore library. This method maps to the C function: const char* sf_core_full_version();
-
-