KDbAlterTableHandler::ExecutionArguments
#include <KDbAlter.h>
Public Attributes | |
| QString * | debugString | 
| bool | onlyComputeRequirements | 
| int | requirements | 
| tristate | result | 
| bool | simulate | 
Detailed Description
Arguments for KDbAlterTableHandler::execute().
Definition at line 458 of file KDbAlter.h.
Constructor & Destructor Documentation
◆ ExecutionArguments()
      
  | 
  inline | 
Definition at line 461 of file KDbAlter.h.
Member Data Documentation
◆ debugString
| QString* KDbAlterTableHandler::ExecutionArguments::debugString | 
If not 0, debug is directed here. Used only in the alter table test suite.
Definition at line 469 of file KDbAlter.h.
◆ onlyComputeRequirements
| bool KDbAlterTableHandler::ExecutionArguments::onlyComputeRequirements | 
Set to true if requirements should be computed and the execute() method should return afterwards.
Definition at line 478 of file KDbAlter.h.
◆ requirements
| int KDbAlterTableHandler::ExecutionArguments::requirements | 
Requrements computed, a combination of AlteringRequirements values.
Definition at line 471 of file KDbAlter.h.
◆ result
| tristate KDbAlterTableHandler::ExecutionArguments::result | 
Set to true on success, to false on failure.
Definition at line 473 of file KDbAlter.h.
◆ simulate
| bool KDbAlterTableHandler::ExecutionArguments::simulate | 
Used only in the alter table test suite.
Definition at line 475 of file KDbAlter.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:05:18 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.