KexiDB::AlterTableHandler::FieldActionBase Class Reference
#include <alter.h>
Inheritance diagram for KexiDB::AlterTableHandler::FieldActionBase:

Detailed Description
Abstract base class used for implementing table field-related actions.
Definition at line 232 of file alter.h.
Public Member Functions | |
| FieldActionBase (const QString &fieldName, int uid) | |
| FieldActionBase (bool) | |
| virtual | ~FieldActionBase () |
| QString | fieldName () const |
| int | uid () const |
| void | setFieldName (const QString &fieldName) |
| Sets field name for this action. | |
Protected Attributes | |
| int | m_fieldUID |
| field's unique identifier, | |
Constructor & Destructor Documentation
|
||||||||||||
|
|
|
|
|
|
|
|
Member Function Documentation
|
|
|
Sets field name for this action.
Definition at line 253 of file alter.h. Referenced by KexiDB::AlterTableHandler::InsertFieldAction::setField(), and KexiDB::AlterTableHandler::InsertFieldAction::simplifyActions(). |
|
Member Data Documentation
|
|
field's unique identifier,
Definition at line 258 of file alter.h. Referenced by KexiDB::AlterTableHandler::InsertFieldAction::debugString(), and KexiDB::AlterTableHandler::ChangeFieldPropertyAction::debugString(). |
The documentation for this class was generated from the following files:
