KDbAlterTableHandler::ActionBase::DebugOptions

Search for usage in LXR

KDbAlterTableHandler::ActionBase::DebugOptions Class Reference

#include <KDbAlter.h>

Public Attributes

bool showFieldDebug
 
bool showUID
 

Detailed Description

Controls debug options for actions. Used in debugString() and debug().

Definition at line 175 of file KDbAlter.h.

Constructor & Destructor Documentation

◆ DebugOptions()

KDbAlterTableHandler::ActionBase::DebugOptions::DebugOptions ( )
inline

Definition at line 178 of file KDbAlter.h.

Member Data Documentation

◆ showFieldDebug

bool KDbAlterTableHandler::ActionBase::DebugOptions::showFieldDebug

true if the field associated with the action (if exists) should be appended to the debug string (default is false)

Definition at line 185 of file KDbAlter.h.

◆ showUID

bool KDbAlterTableHandler::ActionBase::DebugOptions::showUID

true if UID should be added to the action debug string (the default)

Definition at line 181 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 Tue Mar 26 2024 11:21:01 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.