fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::Blob Member List

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) noexceptfbcpp::Blobinline
Blob(const Blob &)=deletefbcpp::Blob
cancel()fbcpp::Blob
close()fbcpp::Blob
getHandle() noexceptfbcpp::Blobinline
getId() const noexceptfbcpp::Blobinline
getLength()fbcpp::Blob
isValid() const noexceptfbcpp::Blobinline
operator=(Blob &&)=deletefbcpp::Blob
operator=(const Blob &)=deletefbcpp::Blob
read(std::span< std::byte > buffer)fbcpp::Blob
read(std::span< char > buffer)fbcpp::Blobinline
readSegment(std::span< std::byte > buffer)fbcpp::Blob
readSegment(std::span< char > buffer)fbcpp::Blobinline
seek(BlobSeekMode mode, int offset)fbcpp::Blob
write(std::span< const std::byte > buffer)fbcpp::Blob
write(std::span< const char > buffer)fbcpp::Blobinline
writeSegment(std::span< const std::byte > buffer)fbcpp::Blob
writeSegment(std::span< const char > buffer)fbcpp::Blobinline
~Blob() noexceptfbcpp::Blobinline