Class | Description |
---|---|
Column |
A column is a read-only, non-modifiable (String name, boolean isQuoted) pair
|
ColumnCorrespondence | |
ColumnCorrespondence.Pair | |
DB |
DB objects are database instances of DBSchema objects
|
DBSchema |
A DBSchema object defines the schema of a database
|
ErrorReport |
ErrorReport is a standard object to collect errors in evaluating database
constraints; it remembers a list of errors, and when its report is printed,
it throws Error if errors are reported
|
KeyedTable |
currently unused Table implementation
|
OOSchema |
A DBSchema object defines the schema of a database
|
Schema | |
SubTableSchema |
a SubTableSchema object is an ordered pair (table, [list-of-subtables]),
which encodes one level of a table inheritance hierarchy.
|
Table |
a Table is an instance of a TableSchema.
|
TableSchema |
a TableSchema defines the name of a table and its columns
|
TablesToTable |
used as argument to stream collect operation-- to convert streams of tuples
to streams of tables.
|
Tuple |
a tuple ls an instance of a TableSchema
|
TupleList |
a TupleList is literally a linked-list of Tuples
|
TuplesToTable |
used as argument to stream collect operation-- to convert streams of tuples
to streams of tables.
|
Enum | Description |
---|---|
Column.opts | |
PrimType |