Class Summary |
Column |
Represent a database column. |
ConnectionFactory |
General class intended to hide the process of obtaining
database connections to any database |
DatabaseProxy |
Proxy class to wrap database access in a simple form. |
DataLoader |
A class to read CSV files and load data into a database. |
DataSourceProxy |
Proxy class to wrap database access in a simple form. |
DBFilter |
Provides an encapsulated means to extend a SQL statement's WHERE clause |
DBUtils |
Provides utilities to be used in conjunction with
the database proxies. |
GenericDBProxy |
Proxy class to wrap any java application database access in a simple form |
SqlEncoder |
Ensure special characters are escaped before issuing SQL statements. |