KDb
KDbResult.cpp
25 #if 0 // needed by lupdate to avoid "Qualifying with unknown namespace/class" because header is generated
116 dbg.nospace() << " SERVER_ERROR_CODE=" << result.serverErrorCode() /*<< "NAME:" << result.serverResultName()*/;
137 return msgHandler->askQuestion(messageType, message, caption, defaultResult, buttonYes, buttonNo,
141 return m_msgHandler->askQuestionInternal(messageType, message, caption, defaultResult, buttonYes, buttonNo,
Definition: KDbError.h:114
QCA_EXPORT void init()
QDebug & nospace()
void clear()
QDebug & space()
QDataStream & operator<<(QDataStream &out, const KDateTime &dateTime)
void setMessageHandler(KDbMessageHandler *handler)
Sets message handler to handler.
Definition: KDbResult.cpp:214
bool allowToDiscardChanges
True if changes can be discarded, false by default If true, additional "Discard changes" message box ...
Definition: KDbError.h:125
Definition: KDbResult.shared.h:34
void prependMessage(int code, const QString &message)
Sets result code and prepends message to an existing message.
Definition: KDbResult.cpp:80
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
virtual QString serverResultName() const
Definition: KDbResult.cpp:209
bool isEmpty() const const
int column
Faulty column, -1 (the default) means: there is no faulty column.
Definition: KDbError.h:130
KDbMessageHandler * messageHandler() const
Definition: KDbResult.cpp:219
Definition: KDbMessageHandler.h:134
QString message
const QList< QKeySequence > & copy()
void setServerErrorCode(int errorCode)
Sets an implementation-specific error code of server-side operation.
Definition: KDbResult.cpp:74
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:08:59 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:08:59 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.