Class | Description |
---|---|
All |
every program in MDELite
|
Catalina | |
InstOf |
InstOf is a program that takes two inputs, a schema and a db,
and confirms (or refutes) that the db conforms to the schema (sans constraints)
|
JHydrate | |
MakeDB | |
MDETool | |
OO2DBSchema |
OO2Schema translates S.ooschema.pl to S.schema.pl
that is, it propagates supertable attributes to subtable attributes
|
PrettyPrintDB |
MDL program that reads a database file and reports errors (other than
constraint violations) and prettyprints
|
ReadDB |
MDL program that reads a database file and reports errors (other than
constraint violations)
|
ReadSchema |
reads a schema or ooschema and reports errors
|
ReadTable |
MDL program that reads a .pl or .csv file and reports errors (other than
constraint violations)
|
VerifyInstall |
program that sees if it can invoke Violet
|
Version |
MDL program that outputs the version of MDELite
|
Violet |
MDL program that invokes Violet
|
Violet2OOSchema |