Package org.conical.common.bbl.db
package org.conical.common.bbl.db
Contains classes, enums, and interfaces to facilitate easy, reliable, efficient access to database resources via JDBC.
-
ClassDescriptionType of database applications may need to read/write to.This class wraps the information needed to establish a connection or connection pool to a database.Factory class that ensures only one DataSource is created for each set of database connection information.An implementation of
java.sql.Connection
that adheres to the general contract for java Connection objects.Pooled Data Source Creates and manages a pool of database connections.Defines a set of static database utility methodsAn extension of PGSimpleDataSource that allows caller to assign settings via a postgresql connection URL, rather than specifying the server name, port and database name separately.