JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.h2
Driver
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
Methods in
org.h2
that return
Driver
Modifier and Type
Method
Description
static
Driver
Driver.
load
()
INTERNAL
Uses of
Driver
in
org.h2.util
Constructors in
org.h2.util
with parameters of type
Driver
Modifier
Constructor
Description
OsgiDataSourceFactory
(
Driver
driver)