| name |
 |
|
|
The table name, as it appears within the RDBMS.
For a clone table, this is a display name for the table - the
name of the real table in the schema is stored in cloneOf.
|
| cloneOf |
|
|
|
The real table name, as it appears within the RDBMS.
|
| owner |
 |
|
|
The table's owner, as appears within the RDBMS.
|
| type |
TABLE |
|
|
TABLE VIEW |
|
|
Type of table - TABLE or VIEW.
|
| columns |

RdbColumn
 |
|
|
List of columns within this table.
|
| keys |

RdbKey
|
|
|
List of keys associated with this table, both primary and foreign.
|
| indicies |

RdbIndex
|
|
|
Indicies that are present within this table (if any).
|
| special |
n |
|
|
y n |
|
|
Marks the table as special - may be used later.
|
| x |
|
|
|
On-screen coordinate - used by Morpheus.
|
| y |
|
|
|
On-screen coordinate - used by Morpheus.
|
| color |
|
|
|
On-screen table color - used by Morpheus.
|