Package org.sqlite
Class SQLiteJDBCLoader.VersionHolder
- java.lang.Object
-
- org.sqlite.SQLiteJDBCLoader.VersionHolder
-
- Enclosing class:
- SQLiteJDBCLoader
public static final class SQLiteJDBCLoader.VersionHolder extends java.lang.Object
This class will load the version from resources during. By initializing this at build-time in native-image, the resources do not need to be included in the native executable, and we're eliminating the IO operations as well.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
VERSION
-
Constructor Summary
Constructors Constructor Description VersionHolder()
-