|
Class Summary |
| DBRow |
Simple Java Object / Relational Database linker
Uses reflection to map between simple objects and corresponding table rows. |
| SQLColumnSet |
TODO describe |
| SQLDelete |
Conveniently produces simple SQL DELETE statements |
| SQLInsert |
Simplifies constructing SQL Insert Queries. |
| SQLSelect |
Conveniently produces simple SQL SELECT statements
Currently only handles basic column selection and where based on column
equality. |
| SQLSelectableStatement |
An abstract class encapsulating capabilities that are consistent across all selecting SQL
statements. |
| SQLStatement |
Base class for SQL command generators |
| SQLUpdate |
Simplifies constructing SQL Update Queries. |