14 std::string_view
name) noexcept
15 : mConnection(connection)
19 mBeginResult = mHandler(mConnection, TransactionOperation::BeginOp, *
this);
A class representing a connection to a SQLite database.
A class representing an error in SQLite.
bool IsError() const noexcept
Returns true if the object represents an error.
bool IsOk() const noexcept
Returns true if the object represents a success code.
TransactionHandler mHandler
Transaction(Connection &connection, TransactionHandler handler, std::string_view name) noexcept
Error(*)(Connection &, TransactionOperation, Transaction &) TransactionHandler
Error GetBeginResult() const noexcept
bool IsOpen() const noexcept
AuthorizationHandler handler