|
Cppgres
Build Postgres extensions in C++
|
#include "datum.hpp"#include "function.hpp"#include "guard.hpp"#include "memory.hpp"#include "types.hpp"#include "utils/cstring.hpp"#include <iterator>#include <optional>#include <stack>#include <vector>Go to the source code of this file.
Classes | |
| struct | cppgres::spi_plan< Args > |
| struct | cppgres::executor |
| struct | cppgres::spi_executor |
| SPI executor API More... | |
| struct | cppgres::spi_executor::result_iterator< T > |
| struct | cppgres::spi_executor::results< Ret > |
| struct | cppgres::spi_executor::options |
| struct | cppgres::spi_nonatomic_executor |
Concepts | |
| concept | cppgres::convertible_into_nullable_datum_and_has_a_type |
| concept | cppgres::a_vector |