Cppgres
Build Postgres extensions in C++
|
#include "utils/utils.hpp"
#include "imports.h"
#include "memory.hpp"
#include <cstdint>
#include <optional>
#include <string>
Go to the source code of this file.
Classes | |
struct | cppgres::oid |
struct | cppgres::datum |
class | cppgres::null_datum_exception |
struct | cppgres::nullable_datum |
struct | cppgres::datum_conversion< T, typename > |
A trait to convert from and into a cppgres::datum. More... | |
struct | cppgres::unsupported_type< T > |
struct | cppgres::all_from_nullable_datum< T > |
Concepts | |
concept | cppgres::convertible_into_datum |
concept | cppgres::convertible_from_datum |
concept | cppgres::convertible_from_nullable_datum |
concept | cppgres::convertible_into_nullable_datum |