![]() |
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
This is the complete list of members for fbcpp::Attachment, including all inherited members.
| Attachment(Client &client, const std::string &uri, const AttachmentOptions &options={}) | fbcpp::Attachment | explicit |
| Attachment(Attachment &&o) noexcept | fbcpp::Attachment | inline |
| Attachment(const Attachment &)=delete (defined in fbcpp::Attachment) | fbcpp::Attachment | |
| disconnect() | fbcpp::Attachment | |
| dropDatabase() | fbcpp::Attachment | |
| execute(Transaction &transaction, std::string_view sql, const StatementOptions &options={}) | fbcpp::Attachment | |
| execute(Transaction &transaction, std::string_view sql, const Params ¶ms) | fbcpp::Attachment | |
| execute(Transaction &transaction, std::string_view sql, const StatementOptions &options, const Params ¶ms) | fbcpp::Attachment | |
| getClient() noexcept | fbcpp::Attachment | inline |
| getHandle() noexcept | fbcpp::Attachment | inline |
| isValid() noexcept | fbcpp::Attachment | inline |
| operator=(Attachment &&o) noexcept | fbcpp::Attachment | inline |
| operator=(const Attachment &)=delete (defined in fbcpp::Attachment) | fbcpp::Attachment | |
| queryFirstRowAs(Transaction &transaction, std::string_view sql, const StatementOptions &options={}) | fbcpp::Attachment | |
| queryFirstRowAs(Transaction &transaction, std::string_view sql, const Params ¶ms) | fbcpp::Attachment | |
| queryFirstRowAs(Transaction &transaction, std::string_view sql, const StatementOptions &options, const Params ¶ms) | fbcpp::Attachment | |
| queryRowSet(Transaction &transaction, std::string_view sql, unsigned maxRows, const StatementOptions &options={}) | fbcpp::Attachment | |
| queryRowSet(Transaction &transaction, std::string_view sql, unsigned maxRows, const Params ¶ms) | fbcpp::Attachment | |
| queryRowSet(Transaction &transaction, std::string_view sql, unsigned maxRows, const StatementOptions &options, const Params ¶ms) | fbcpp::Attachment | |
| queryScalar(Transaction &transaction, std::string_view sql, const StatementOptions &options={}) | fbcpp::Attachment | |
| queryScalar(Transaction &transaction, std::string_view sql, const Params ¶ms) | fbcpp::Attachment | |
| queryScalar(Transaction &transaction, std::string_view sql, const StatementOptions &options, const Params ¶ms) | fbcpp::Attachment | |
| ~Attachment() noexcept | fbcpp::Attachment | inline |