KDb
KDbTransaction.h
Provides database connection, allowing queries and data modification.
Definition KDbConnection.h:52
Internal prototype for storing transaction handle for KDbTransaction object.
Definition KDbTransactionData.h:36
bool operator==(const KDbTransaction &other) const
Returns true if this transaction is equal to other; otherwise returns false.
Definition KDbTransaction.cpp:168
bool operator!=(const KDbTransaction &other) const
Definition KDbTransaction.h:83
@ IgnoreInactive
Do not return error for inactive or null transactions when requesting commit or rollback.
Definition KDbTransaction.h:65
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:10:55 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:10:55 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.