relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::connection::PostgreSQLStatement Member List

This is the complete list of members for relx::connection::PostgreSQLStatement, including all inherited members.

execute(const std::vector< std::string > &params={})relx::connection::PostgreSQLStatement
execute_typed(Args &&... args)relx::connection::PostgreSQLStatementinline
is_valid() constrelx::connection::PostgreSQLStatementinline
name() constrelx::connection::PostgreSQLStatementinline
operator=(const PostgreSQLStatement &)=deleterelx::connection::PostgreSQLStatement
operator=(PostgreSQLStatement &&) noexceptrelx::connection::PostgreSQLStatement
param_count() constrelx::connection::PostgreSQLStatementinline
PostgreSQLStatement(PostgreSQLConnection &connection, std::string name, std::string sql, int param_count)relx::connection::PostgreSQLStatement
PostgreSQLStatement(const PostgreSQLStatement &)=deleterelx::connection::PostgreSQLStatement
PostgreSQLStatement(PostgreSQLStatement &&) noexceptrelx::connection::PostgreSQLStatement
sql() constrelx::connection::PostgreSQLStatementinline
~PostgreSQLStatement()relx::connection::PostgreSQLStatement