|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| SQLElement | An element in a SQLBuffer. |
| Class Summary | |
| Delete | Abstraction of a SQL DELETE statement. |
| Insert | Abstraction of a SQL INSERT statement. |
| NonSelectingSQL | Base abstraction of a non-selecting SQL statement. |
| ObjectSelect | Extends the basic SQL select with Object-level mapping methods for joining across relations, etc. |
| Select | Abstraction of a SQL SELECT statement. |
| SQLBuffer | Buffer for SQL statements. |
| SQLLiteral | This class represents a literal String that will be sent as
part of a SQLBuffer. |
| SQLStatement | Base abstraction of any SQL statement. |
| SQLValue | Class that represents a value in a SQL statement, that can
either be included in a Statement (after translated through the
DBDictionary), or bound as a parameter in a
PreparedStatement. |
| Update | Abstraction of a SQL UPDATE statement. |
| Exception Summary | |
| SQLExceptionWrapper | Wrapper for SQLExceptions that retains the offending SQL that may have caused the problem. |
SQL Statement Abstractions
This package provides simple abstractions of SQL statements, including classes for DELETE, UPDATE, INSERT, and SELECT. These classes cannot, through their object APIs, form any statement that can be made in SQL; however, they are general enough to cover the relatively simple SQL needed to accomplish object-relational mapping.
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||