![]() |
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
This is the complete list of members for fbcpp::Batch, including all inherited members.
| add(unsigned count, const void *inBuffer) | fbcpp::Batch | |
| addBlob(std::span< const std::byte > data, const BlobOptions &bpb={}) | fbcpp::Batch | |
| addBlobStream(std::span< const std::byte > data) | fbcpp::Batch | |
| addMessage() | fbcpp::Batch | |
| appendBlobData(std::span< const std::byte > data) | fbcpp::Batch | |
| Batch(Statement &statement, Transaction &transaction, const BatchOptions &options={}) | fbcpp::Batch | explicit |
| Batch(Attachment &attachment, Transaction &transaction, std::string_view sql, unsigned dialect=3, const BatchOptions &options={}) | fbcpp::Batch | explicit |
| Batch(Batch &&o) noexcept | fbcpp::Batch | |
| Batch(const Batch &)=delete | fbcpp::Batch | |
| cancel() | fbcpp::Batch | |
| close() | fbcpp::Batch | |
| execute() | fbcpp::Batch | |
| getBlobAlignment() | fbcpp::Batch | |
| getInputDescriptors() | fbcpp::Batch | |
| getInputMetadata() | fbcpp::Batch | |
| isValid() const noexcept | fbcpp::Batch | inline |
| operator=(Batch &&)=delete | fbcpp::Batch | |
| operator=(const Batch &)=delete | fbcpp::Batch | |
| registerBlob(const BlobId &existingBlob) | fbcpp::Batch | |
| setDefaultBpb(const BlobOptions &bpb) | fbcpp::Batch | |
| ~Batch() noexcept | fbcpp::Batch | inline |