Cppgres
Build Postgres extensions in C++
|
#include "datum.hpp"
#include "guard.hpp"
#include "imports.h"
#include "set.hpp"
#include "types.hpp"
#include "utils/function_traits.hpp"
#include "utils/utils.hpp"
#include <array>
#include <complex>
#include <iostream>
#include <stack>
#include <tuple>
#include <typeinfo>
Go to the source code of this file.
Classes | |
struct | cppgres::current_postgres_function |
struct | cppgres::postgres_function< Func > |
Postgres function implemented in C++. More... | |
Concepts | |
concept | cppgres::convertible_into_nullable_datum_or_set_iterator_or_void |
concept | cppgres::datumable_function |
Function that operates on values of Postgres types. | |