Package org.conical.common.bbl.db.querier


package org.conical.common.bbl.db.querier
Contains utilities to query a variety of database vendors for information retrieved outside of the SQL spec (typically meta-data).
  • Class
    Description
    Represents a column in a database table, and the attributes one may want to assign to it.
    Encapsulates both a type/brand of database and a DataSource representing an instance of that type.
    An enumeration of data types, generalized across databases.
    Implementation of Querier for MySQL databases.
    Implementation of Querier for Oracle databases.
    Implementation of Querier for Postgres databases.
    Abstract class which provides an interface allowing callers to look up table and column names in a database.
    Factory class that enables construction of a Querier tailored to a specific database type and ready to access a specific data source.
    Simple implementation of DataSourceReference which uses a DataSourceConfig to access a specific database via the DataSourceFactory.