# $Id: _slot.txt,v 1.1 2005/12/14 08:56:57 stephens Exp $ # This is the table of ORM::Object::Slot by class_id ID|CLASS_ID|CLASS_I|NAME|TYPE|COMMENT # ORM::Object # ORM::Object::Class 1|1|0|name|SCALAR|The class' name. 2|1|1|slot|ARRAY(uSite::ORM::Object::Slot)|An ordered list of class slots. # ORM::Object::Slot 11|2|0|class|uSite::ORM::Object::Class|The slot's holding class. 12|2|1|name|SCALAR|The slot's name. 13|2|2|type|uSite::ORM::Object::Type|The slot's type. # ORM::Object::Type 21|3|0|name|SCALAR|The type's name. # ORM::Relational: # ORM::Relational::Table 31|11|0|name|SCALAR|The table's name. 32|11|1|field|ARRAY(uSite::ORM::Relational::Field)|The ordered list of the table's fields. # ORM::Relational::Field 41|12|0|table|uSite::ORM::Relational::Table|The field's table. 42|12|1|name|SCALAR|The field's name. 43|12|2|type|uSite::ORM::Relational::Type|The field's type. # ORM::Relational::Type 51|13|0|name|SCALAR|The type's name.