Package org.sqlite

Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VersionHolder

        public VersionHolder()