KDbAlterTableHandler::ExecutionArguments

Search for usage in LXR

KDbAlterTableHandler::ExecutionArguments Class Reference

#include <KDbAlter.h>

Public Attributes

QStringdebugString
 
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()

KDbAlterTableHandler::ExecutionArguments::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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:59:39 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.