Definition at line 25 of file portal.hpp.
Public Member Functions | |
Portal (detail::Connection *conn, const Query &query, const detail::QueryParameters &={}, OptionalCommandControl cmd_ctl={}) | |
Portal (detail::Connection *conn, const PortalName &, const Query &query, const detail::QueryParameters &={}, OptionalCommandControl cmd_ctl={}) | |
Portal (Portal &&) noexcept | |
Portal & | operator= (Portal &&) noexcept |
Portal (const Portal &)=delete | |
Portal & | operator= (const Portal &)=delete |
ResultSet | Fetch (std::uint32_t n_rows) |
bool | Done () const |
std::size_t | FetchedSoFar () const |
operator bool () const | |
Static Public Member Functions | |
static bool | IsSupportedByDriver () noexcept |
|
staticnoexcept |
Returns true if CMake option USERVER_FEATURE_PATCH_LIBPQ was set to ON and PostgreSQL portals could be created.
|
inlineexplicit |
Definition at line 47 of file portal.hpp.