|
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
This is the complete list of members for fbcpp::Transaction, including all inherited members.
| commit() | fbcpp::Transaction | |
| commitRetaining() | fbcpp::Transaction | |
| getHandle() noexcept | fbcpp::Transaction | inline |
| getState() const noexcept | fbcpp::Transaction | inline |
| isValid() noexcept | fbcpp::Transaction | inline |
| operator=(Transaction &&)=delete (defined in fbcpp::Transaction) | fbcpp::Transaction | |
| operator=(const Transaction &)=delete (defined in fbcpp::Transaction) | fbcpp::Transaction | |
| prepare() | fbcpp::Transaction | |
| prepare(std::string_view message) | fbcpp::Transaction | |
| prepare(std::span< const std::uint8_t > message) | fbcpp::Transaction | |
| rollback() | fbcpp::Transaction | |
| rollbackRetaining() | fbcpp::Transaction | |
| Transaction(Attachment &attachment, const TransactionOptions &options={}) | fbcpp::Transaction | explicit |
| Transaction(Attachment &attachment, std::string_view setTransactionCmd) | fbcpp::Transaction | explicit |
| Transaction(std::span< std::reference_wrapper< Attachment > > attachments, const TransactionOptions &options={}) | fbcpp::Transaction | explicit |
| Transaction(Transaction &&o) noexcept | fbcpp::Transaction | inline |
| Transaction(const Transaction &)=delete (defined in fbcpp::Transaction) | fbcpp::Transaction | |
| ~Transaction() noexcept | fbcpp::Transaction | inline |