Uses of Class
org.conical.common.bbl.db.querier.Querier
Packages that use 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
Subclasses of Querier in org.conical.common.bbl.db.querierModifier and TypeClassDescriptionclass
Implementation of Querier for MySQL databases.class
Implementation of Querier for Oracle databases.class
Implementation of Querier for Postgres databases.Methods in org.conical.common.bbl.db.querier that return QuerierModifier 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.