Package org.ephman.abra.database

Interface Summary
DatabaseSession DatabaseSession represents a connection to a database.
DatabaseSessionPool  
 

Class Summary
AggregateFilter  
AndFilter Title: AndFilter Description: to represent and in SQL Copyright Paul Bethe and Richie Bielak 2000 (c)
BooleanFilter  
ComparisonFilter  
DatabaseConnector  
DatabaseCursor  
DatabaseSessionFactory Manages creation of DatabaseSessions
EndDateFactoryBase  
FactoryBase FactoryBase class - base for all the JDBC based Merlin db factories.
GenericDatabaseConnector  
GenericFactoryBase FactoryBase class - base for all the JDBC based db factories.
IsNullFilter  
JDBCDatabaseSession JDBC based database connection.
JDBCDatabaseSessionPool Manage a pool of JDBCDatabaseSessions
LimitFilter Created by IntelliJ IDEA.
LimitQuery  
LRFilter Title: LRFilter
ManyToManyFactoryBase a class to implement all the many to many operations
NotNullFilter  
OrFilter Title: Or filter Description: To represent 'or' in SQL Copyright: Copyright (c) 2001 Paul Bethe and Richie Bielak
PreparedFilter  
PreparedQuery  
QueryFilter  
QueryTracer  
SetFilter class to represent a set lookup i.e where oid in (3,6,9) pass in the column and the vector of ids..
SortCriteria  
SubSelectFilter  
ViewLookup A class to wrap a sql join and the method to rip a new view object
WrapperFilter  
 

Exception Summary
AbraSQLException