Lightweight 0.1.0
|
This is the complete list of members for SqlTransaction, including all inherited members.
Commit() | SqlTransaction | |
Connection() noexcept | SqlTransaction | inline |
operator=(SqlTransaction const &)=delete (defined in SqlTransaction) | SqlTransaction | |
operator=(SqlTransaction &&)=default (defined in SqlTransaction) | SqlTransaction | |
Rollback() | SqlTransaction | |
SqlTransaction()=delete (defined in SqlTransaction) | SqlTransaction | |
SqlTransaction(SqlTransaction const &)=delete (defined in SqlTransaction) | SqlTransaction | |
SqlTransaction(SqlTransaction &&)=default (defined in SqlTransaction) | SqlTransaction | |
SqlTransaction(SqlConnection &connection, SqlTransactionMode defaultMode=SqlTransactionMode::COMMIT, SqlIsolationMode isolationMode=SqlIsolationMode::DriverDefault, std::source_location location=std::source_location::current()) | SqlTransaction | explicit |
TryCommit() noexcept | SqlTransaction | |
TryRollback() noexcept | SqlTransaction | |
~SqlTransaction() noexcept | SqlTransaction |