#include "soci-postgresql.h"
#include <limits>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <vector>
Go to the source code of this file.
Namespaces | |
soci | |
soci::details | |
soci::details::postgresql | |
Functions | |
template<typename T > | |
std::size_t | soci::details::postgresql::get_vector_size (void *p) |
void | soci::details::postgresql::parse_std_tm (char const *buf, std::tm &t) |
double | soci::details::postgresql::string_to_double (char const *buf) |
template<typename T > | |
T | soci::details::postgresql::string_to_integer (char const *buf) |
template<typename T > | |
T | soci::details::postgresql::string_to_unsigned_integer (char const *buf) |