Package org.sqlite
Class SQLiteJDBCLoader.VersionHolder
java.lang.Object
org.sqlite.SQLiteJDBCLoader.VersionHolder
- Enclosing class:
- SQLiteJDBCLoader
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VersionHolder
public VersionHolder()
-