relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
postgresql_statement.hpp File Reference
#include "postgresql_connection.hpp"
#include <expected>
#include <memory>
#include <optional>
#include <sstream>
#include <string>
#include <string_view>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  relx::connection::PostgreSQLStatement
 Represents a prepared statement in PostgreSQL. More...
 

Namespaces

namespace  relx
 relx database connection
 
namespace  relx::connection
 

Typedefs

using PGresult = pg_result
 

Typedef Documentation

◆ PGresult

using PGresult = pg_result

Definition at line 16 of file postgresql_statement.hpp.