|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
dbspec interfaces.
See:
Description
| Class Summary | |
|---|---|
| DbColumn | Representation of a column in a database schema. |
| DbFunction | Representation of a function in a database function package. |
| DbFunctionPackage | Representation of a group of functions in a database schema (similar to a schema for functions). |
| DbIndex | Representation of an index in a database schema. |
| DbJoin | Representation of a join between two database tables. |
| DbObject<ParentType extends DbObject> | Base class for the simple implementations of the dbspec database objects. |
| DbSchema | Representation of a database schema, for aggregating tables, indexes, and function packages. |
| DbSpec | Root object for a collection of db objects all residing in the same logical database. |
| DbTable | Representation of a table in a database schema. |
Very basic implementations of the
dbspec interfaces. The
basically just aggregate the configuration information into useful objects,
but provide no internal consistency checking. These should be used for simple
and/or non-production code. For more complicated and/or robust production
scenarios, implementations with stricter constraints and internal consistency
verification should be used.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||