|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
#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< PostgreSQLStreamingSource > | relx::connection::create_streaming_result (PostgreSQLConnection &connection, const std::string &sql, Args &&... args) |
| Create a streaming result set from a PostgreSQL connection and query. | |
| using PGconn = pg_conn |
Definition at line 13 of file postgresql_streaming_source.hpp.