Uses of Class
org.h2.jdbcx.JdbcDataSource
-
Packages that use JdbcDataSource Package Description org.h2.util Internal utility classes. -
-
Uses of JdbcDataSource in org.h2.util
Methods in org.h2.util with parameters of type JdbcDataSource Modifier and Type Method Description private static voidOsgiDataSourceFactory. setupH2DataSource(JdbcDataSource dataSource, java.util.Properties p)Applies common OSGi properties to a H2 data source.
-