KexiDB::AlterTableHandler::ActionBase::DebugOptions Class Reference
#include <alter.h>
Detailed Description
Controls debug options for actions. Used in debugString() and debug().
Definition at line 172 of file alter.h.
Public Member Functions | |
| DebugOptions () | |
Public Attributes | |
| bool | showUID: 1 |
| true if UID should be added to the action debug string (the default) | |
| bool | showFieldDebug: 1 |
| true if the field associated with the action (if exists) should be appended to the debug string (default is false) | |
Constructor & Destructor Documentation
|
|
|
Member Data Documentation
|
|
true if the field associated with the action (if exists) should be appended to the debug string (default is false)
Definition at line 182 of file alter.h. Referenced by debugAction(). |
|
|
true if UID should be added to the action debug string (the default)
Definition at line 178 of file alter.h. Referenced by debugAction(). |
The documentation for this class was generated from the following file:
