#include <relx/connection/pgsql_async_wrapper.hpp>
Definition at line 140 of file pgsql_async_wrapper.hpp.
◆ PreparedStatement() [1/3]
| relx::pgsql_async_wrapper::PreparedStatement::PreparedStatement |
( |
Connection & |
conn, |
|
|
std::string |
name, |
|
|
std::string |
query |
|
) |
| |
|
inline |
◆ ~PreparedStatement()
| relx::pgsql_async_wrapper::PreparedStatement::~PreparedStatement |
( |
| ) |
|
|
default |
◆ PreparedStatement() [2/3]
| relx::pgsql_async_wrapper::PreparedStatement::PreparedStatement |
( |
const PreparedStatement & |
| ) |
|
|
delete |
◆ PreparedStatement() [3/3]
| relx::pgsql_async_wrapper::PreparedStatement::PreparedStatement |
( |
PreparedStatement && |
other | ) |
|
|
inlinenoexcept |
◆ deallocate()
| boost::asio::awaitable< PgResult< void > > relx::pgsql_async_wrapper::PreparedStatement::deallocate |
( |
| ) |
|
◆ execute()
| boost::asio::awaitable< PgResult< Result > > relx::pgsql_async_wrapper::PreparedStatement::execute |
( |
const std::vector< std::string > & |
params | ) |
|
◆ is_prepared()
| bool relx::pgsql_async_wrapper::PreparedStatement::is_prepared |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & relx::pgsql_async_wrapper::PreparedStatement::name |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ prepare()
| boost::asio::awaitable< PgResult< void > > relx::pgsql_async_wrapper::PreparedStatement::prepare |
( |
| ) |
|
◆ query()
| const std::string & relx::pgsql_async_wrapper::PreparedStatement::query |
( |
| ) |
const |
|
inline |
◆ Connection
The documentation for this class was generated from the following file: