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 Driver
Driver. INSTANCE
Methods in org.h2 that return Driver Modifier and Type Method Description static Driver
Driver. load()
INTERNAL -
Uses of Driver in org.h2.util
Fields in org.h2.util declared as Driver Modifier and Type Field Description private Driver
OsgiDataSourceFactory. driver
Methods in org.h2.util with parameters of type Driver Modifier and Type Method Description (package private) static void
OsgiDataSourceFactory. 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)
-