Uses of Class
org.conical.common.bbl.db.querier.Querier
Package
Description
Contains utilities to query a variety of database vendors for information retrieved outside of the SQL spec (typically meta-data).
-
Uses of Querier in org.conical.common.bbl.db.querier
Modifier and TypeClassDescriptionclass
Implementation of Querier for MySQL databases.class
Implementation of Querier for Oracle databases.class
Implementation of Querier for Postgres databases.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.