![]() |
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
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 noexcept | fbcpp::Array | inline |
| getId() const noexcept | fbcpp::Array | inline |
| getSliceLength() const | fbcpp::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::Array | inline |
| write(std::span< const std::byte > buffer) | fbcpp::Array | |
| write(std::span< const T, Extent > buffer) | fbcpp::Array | inline |