Package com.nt.udc.db
package com.nt.udc.db
-
ClassDescriptionTitle: UDC DB Connection Pool Description: This object is for maintaining a collection of connections to a database for the purpose of managing resources, and reducing the time it takes to initiate a database action.Title: Database Record interface Description: A simple interface that defines the persist method which is expected to be present for any object that wants to be written to the database.Title: UDC Filter Description: This object is used to contain the FilterItem objects that are used to help construct a database request.Title: UDC FilterItem Description: This object is used to construct a database request.Generic interface used for generating
java.sql.Connection
objects to JDBC-compliant databases.This class provides static methods that can be used to obtain DB-specific objects and information.This class, once constructed with the necessary information, will produce ajava.sql.Connection
object for connecting to an Oracle database.Title: Pool Full Exception Description: Simple exception, just to inform "Theirs no room in the pool".Title: SQL Command Set Description: This class is for holding sets of SQL commands necessary to complete a single SQL transaction.Title: UDC SQL Field Description: This object is for storing the specific rules for a given field as it pertains to the SQL query it will be used in.