|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
This is the complete list of members for relx::connection::PostgreSQLStatement, including all inherited members.
| execute(const std::vector< std::string > ¶ms={}) | relx::connection::PostgreSQLStatement | |
| execute_typed(Args &&... args) | relx::connection::PostgreSQLStatement | inline |
| is_valid() const | relx::connection::PostgreSQLStatement | inline |
| name() const | relx::connection::PostgreSQLStatement | inline |
| operator=(const PostgreSQLStatement &)=delete | relx::connection::PostgreSQLStatement | |
| operator=(PostgreSQLStatement &&) noexcept | relx::connection::PostgreSQLStatement | |
| param_count() const | relx::connection::PostgreSQLStatement | inline |
| PostgreSQLStatement(PostgreSQLConnection &connection, std::string name, std::string sql, int param_count) | relx::connection::PostgreSQLStatement | |
| PostgreSQLStatement(const PostgreSQLStatement &)=delete | relx::connection::PostgreSQLStatement | |
| PostgreSQLStatement(PostgreSQLStatement &&) noexcept | relx::connection::PostgreSQLStatement | |
| sql() const | relx::connection::PostgreSQLStatement | inline |
| ~PostgreSQLStatement() | relx::connection::PostgreSQLStatement |