|
Class Summary |
| DB |
This class allows the abstraction of a database connection, via the getConnection method. |
| DBObjects |
|
| Field |
|
| PreparedSQL |
|
| PreparedSQLQuery |
This class represents an executable instance of a prepared query
Its purpose is to separate out binding parameters from executing a query, so that execution
can be made a synchronised method. |
| QueryFactory |
|
| SQLQuery |
This is a very simple implementation of Query that accepts SQL queries. |
| SQLRepository |
|
| Table |
The Table class represents a particular table in the database. |