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

This is the complete list of members for fbcpp::Array, including all inherited members.

Array(Attachment &attachment, Transaction &transaction, ArrayDescriptor descriptor, ArrayId id={})fbcpp::Array
Array(const Array &)=delete (defined in fbcpp::Array)fbcpp::Array
Array(Array &&)=delete (defined in fbcpp::Array)fbcpp::Array
getDescriptor() const noexceptfbcpp::Arrayinline
getId() const noexceptfbcpp::Arrayinline
getSliceLength() constfbcpp::Array
operator=(const Array &)=delete (defined in fbcpp::Array)fbcpp::Array
operator=(Array &&)=delete (defined in fbcpp::Array)fbcpp::Array
read(std::span< std::byte > buffer)fbcpp::Array
read(std::span< T, Extent > buffer)fbcpp::Arrayinline
write(std::span< const std::byte > buffer)fbcpp::Array
write(std::span< const T, Extent > buffer)fbcpp::Arrayinline