Uses of Interface
org.conical.common.bbl.db.querier.DataSourceReference
Package
Description
Contains utilities to query a variety of database vendors for information retrieved outside of the SQL spec (typically meta-data).
-
Uses of DataSourceReference in org.conical.common.bbl.db.querier
Modifier and TypeClassDescriptionclass
Simple implementation ofDataSourceReference
which uses aDataSourceConfig
to access a specific database via theDataSourceFactory
.Modifier and TypeMethodDescriptionstatic Querier
QuerierFactory.getQuerier
(DataSourceReference dsRef) Generates and returns a Querier specific to the database type and ready to access the DataSource contained in the reference class passed.ModifierConstructorDescriptionMySqlQuerier
(DataSourceReference dbInfo) Creates a MySql-specific Querier using the passed data sourceOracleQuerier
(DataSourceReference dbInfo) Creates a Oracle-specific Querier using the passed data sourcePostgresQuerier
(DataSourceReference source) Creates a Postgres-specific Querier using the passed data sourceprotected
Querier
(DataSourceReference dbInfo)