Uses of Class
org.h2.Driver
-
Packages that use Driver Package Description org.h2 Implementation of the JDBC driver.org.h2.util Internal utility classes. -
-
Uses of Driver in org.h2
Fields in org.h2 declared as Driver Modifier and Type Field Description private static DriverDriver. INSTANCEMethods in org.h2 that return Driver Modifier and Type Method Description static DriverDriver. load()INTERNAL -
Uses of Driver in org.h2.util
Fields in org.h2.util declared as Driver Modifier and Type Field Description private DriverOsgiDataSourceFactory. driverMethods in org.h2.util with parameters of type Driver Modifier and Type Method Description (package private) static voidOsgiDataSourceFactory. registerService(org.osgi.framework.BundleContext bundleContext, Driver driver)Register the H2 JDBC driver service.Constructors in org.h2.util with parameters of type Driver Constructor Description OsgiDataSourceFactory(Driver driver)
-