relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
postgresql_streaming_source.hpp File Reference
#include "../results/streaming_result.hpp"
#include "postgresql_connection.hpp"
#include <memory>
#include <optional>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  relx::connection::PostgreSQLStreamingSource
 PostgreSQL streaming data source for processing large result sets. More...
 

Namespaces

namespace  relx
 relx database connection
 
namespace  relx::connection
 

Typedefs

using PGconn = pg_conn
 

Functions

template<typename... Args>
result::StreamingResultSet< PostgreSQLStreamingSourcerelx::connection::create_streaming_result (PostgreSQLConnection &connection, const std::string &sql, Args &&... args)
 Create a streaming result set from a PostgreSQL connection and query.
 

Typedef Documentation

◆ PGconn

using PGconn = pg_conn

Definition at line 13 of file postgresql_streaming_source.hpp.