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

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::Batchexplicit
Batch(Attachment &attachment, Transaction &transaction, std::string_view sql, unsigned dialect=3, const BatchOptions &options={})fbcpp::Batchexplicit
Batch(Batch &&o) noexceptfbcpp::Batch
Batch(const Batch &)=deletefbcpp::Batch
cancel()fbcpp::Batch
close()fbcpp::Batch
execute()fbcpp::Batch
getBlobAlignment()fbcpp::Batch
getInputDescriptors()fbcpp::Batch
getInputMetadata()fbcpp::Batch
isValid() const noexceptfbcpp::Batchinline
operator=(Batch &&)=deletefbcpp::Batch
operator=(const Batch &)=deletefbcpp::Batch
registerBlob(const BlobId &existingBlob)fbcpp::Batch
setDefaultBpb(const BlobOptions &bpb)fbcpp::Batch
~Batch() noexceptfbcpp::Batchinline