KexiDB::AlterTableHandler::ExecutionArguments Class Reference
#include <alter.h>
Detailed Description
Arguments for AlterTableHandler::execute().
Definition at line 400 of file alter.h.
Public Member Functions | |
| ExecutionArguments () | |
Public Attributes | |
| QString * | debugString |
| int | requirements |
| tristate | result |
| bool | simulate: 1 |
| bool | onlyComputeRequirements |
Constructor & Destructor Documentation
|
|
|
Member Data Documentation
|
|
If not 0, debug is directed here. Used only in the alter table test suite. Definition at line 411 of file alter.h. Referenced by KexiDB::AlterTableHandler::execute(), and KexiTableDesignerView::simulateAlterTableExecution(). |
|
|
Set to true if requirements should be computed and the execute() method should return afterwards. Definition at line 420 of file alter.h. Referenced by KexiDB::AlterTableHandler::execute(), and KexiTableDesignerView::storeData(). |
|
|
Requrements computed, a combination of AlteringRequirements values. Definition at line 413 of file alter.h. Referenced by KexiDB::AlterTableHandler::execute(), and KexiTableDesignerView::storeData(). |
|
|
Set to true on success, to false on failure. Definition at line 415 of file alter.h. Referenced by KexiDB::AlterTableHandler::execute(), KexiTableDesignerView::simulateAlterTableExecution(), and KexiTableDesignerView::storeData(). |
|
|
Used only in the alter table test suite. Definition at line 417 of file alter.h. Referenced by KexiDB::AlterTableHandler::execute(), and KexiTableDesignerView::simulateAlterTableExecution(). |
The documentation for this class was generated from the following file:
