|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
JdbcSchema | A JdbcSchema is a schema against a JDBC database and for
which, therefore, we will need to generate SQL. |
Class Summary | |
AbstractTable | A AbstractTable is a partial implementation of Table . |
ClassSchema | A ClassSchema is a schema whose tables are reflections of the
the public fields of a given class. |
ExtentRel | ExtentRel represents all of the instances of a particular
class (including subtypes). |
ExtentTable | ExtentTable is a relational expression formed by all of
the instances of a given class. |
JdbcConnection | A JdbcConnection is an implementation of Connection which gets its data from a JDBC database. |
JdbcTable | A JdbcTable implements Table by connecting to a
JDBC database. |
JdbcTable.JdbcColumn | JdbcColumn records the mapping of fields onto columns,
for the purposes of SQL generation. |
LocaleMin | LocaleMin is an example of a custom aggregation. |
Median | Median is an aggregation which returns the Median of a set of
points. |
Median.ArrayComparator | |
Nth | Nth is an example of a custom aggregation. |
Nth.Holder_double | |
Nth.Holder_int | |
Nth.Holder_Object | |
ObjectSchema | ObjectSchema implements Schema by calling Java
methods. |
ObjectTable | ObjectTable is a component of an ObjectSchema . |
ReflectSchema | ReflectSchema uses reflection to find definitions of
tables. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |