SourcePro® 2023.1 |
SourcePro® API Reference Guide |
#include <rw/test/dbcore/RWQEQueryLock.h>
Public Member Functions | |
template<typename T > | |
RWQEQueryLock (T &op, const RWDBConnection &conn) | |
~RWQEQueryLock () | |
Execute a query under a transaction, effectively locking the resource modified by the query.
RWQEQueryLock::RWQEQueryLock | ( | T & | op, |
const RWDBConnection & | conn | ||
) |
Begins a transaction and executes operation using conn.
RWQEQueryLock::~RWQEQueryLock | ( | ) |
Commits the transaction.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |