Package | Description |
---|---|
Boot.MDELite | |
Boot.allegory | |
LectureExamples.allegory | |
MDELite | |
Parsing.Parsers | |
PrologDB | |
Violett |
Class and Description |
---|
Constraints
common constraints that arise in MDELite tables
|
Table
a Table is an instance of a TableSchema.
|
Class and Description |
---|
Constraints
common constraints that arise in MDELite tables
|
Class and Description |
---|
Table
a Table is an instance of a TableSchema.
|
Tuple
a tuple is an instance of a TableSchema
|
Class and Description |
---|
DB
DB objects are database instances of DBSchema objects
|
Class and Description |
---|
DB
DB objects are database instances of DBSchema objects
|
DBSchema
A DBSchema object defines the schema of a database
|
Table
a Table is an instance of a TableSchema.
|
TableSchema
a TableSchema defines the name of a table and its columns
|
Tuple
a tuple is an instance of a TableSchema
|
Class and Description |
---|
Column
A column is a read-only, non-modifiable (String name, boolean isQuoted) pair
|
ColumnCorrespondence |
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
|
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
|
Tuple
a tuple is an instance of a TableSchema
|
TupleList
a TupleList is literally a linked-list of Tuples
|
Class and Description |
---|
Constraints
common constraints that arise in MDELite tables
|