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

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::Attachmentexplicit
Attachment(Attachment &&o) noexceptfbcpp::Attachmentinline
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 &params)fbcpp::Attachment
execute(Transaction &transaction, std::string_view sql, const StatementOptions &options, const Params &params)fbcpp::Attachment
getClient() noexceptfbcpp::Attachmentinline
getHandle() noexceptfbcpp::Attachmentinline
isValid() noexceptfbcpp::Attachmentinline
operator=(Attachment &&o) noexceptfbcpp::Attachmentinline
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 &params)fbcpp::Attachment
queryFirstRowAs(Transaction &transaction, std::string_view sql, const StatementOptions &options, const Params &params)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 &params)fbcpp::Attachment
queryRowSet(Transaction &transaction, std::string_view sql, unsigned maxRows, const StatementOptions &options, const Params &params)fbcpp::Attachment
queryScalar(Transaction &transaction, std::string_view sql, const StatementOptions &options={})fbcpp::Attachment
queryScalar(Transaction &transaction, std::string_view sql, const Params &params)fbcpp::Attachment
queryScalar(Transaction &transaction, std::string_view sql, const StatementOptions &options, const Params &params)fbcpp::Attachment
~Attachment() noexceptfbcpp::Attachmentinline