| Field(cstring name, bool text=false) | Field | |
| FieldImpl(TableImplPtr table, cstring name, bool text, cstring defaultvalue) | FieldImpl | |
| FieldImpl(TableImplPtr table, cstring name, bool text, bool lookup) | FieldImpl | |
| getDefaultValue() const | FieldImpl | [inline] |
| getForeignTable() const | KeyImpl | |
| getName() const | Field | [inline] |
| getTable() const | FieldImpl | [inline] |
| isForeignKey() const | KeyImpl | |
| isKey() const | KeyImpl | [inline, virtual] |
| isLookup() const | FieldImpl | [inline] |
| isPrimaryKey() const | KeyImpl | [inline, virtual] |
| isText() const | Field | [inline] |
| KeyImpl(TableImplPtr nativeTable, TableImplPtr foreignTable, cstring name, bool primary, bool lookup=false) | KeyImpl | |
| m_name | Field | [protected] |
| m_text | Field | [protected] |
| newValue() | KeyImpl | [virtual] |
| ~Field() | Field | [virtual] |
| ~FieldImpl() | FieldImpl | |
| ~KeyImpl() | KeyImpl | [inline] |