| fb-cpp 0.0.1
    A modern C++ wrapper for the Firebird database API | 
This is the complete list of members for fbcpp::Blob, including all inherited members.
| Blob(Attachment &attachment, Transaction &transaction, const BlobOptions &options={}) | fbcpp::Blob | |
| Blob(Attachment &attachment, Transaction &transaction, const BlobId &blobId, const BlobOptions &options={}) | fbcpp::Blob | |
| Blob(Blob &&o) noexcept | fbcpp::Blob | inline | 
| Blob(const Blob &)=delete | fbcpp::Blob | |
| cancel() | fbcpp::Blob | |
| close() | fbcpp::Blob | |
| getHandle() noexcept | fbcpp::Blob | inline | 
| getId() const noexcept | fbcpp::Blob | inline | 
| getLength() | fbcpp::Blob | |
| isValid() const noexcept | fbcpp::Blob | inline | 
| operator=(Blob &&)=delete | fbcpp::Blob | |
| operator=(const Blob &)=delete | fbcpp::Blob | |
| read(std::span< std::byte > buffer) | fbcpp::Blob | |
| read(std::span< char > buffer) | fbcpp::Blob | inline | 
| readSegment(std::span< std::byte > buffer) | fbcpp::Blob | |
| readSegment(std::span< char > buffer) | fbcpp::Blob | inline | 
| seek(BlobSeekMode mode, int offset) | fbcpp::Blob | |
| write(std::span< const std::byte > buffer) | fbcpp::Blob | |
| write(std::span< const char > buffer) | fbcpp::Blob | inline | 
| writeSegment(std::span< const std::byte > buffer) | fbcpp::Blob | |
| writeSegment(std::span< const char > buffer) | fbcpp::Blob | inline | 
| ~Blob() noexcept | fbcpp::Blob | inline |