| | |
| | | | date | qtl::postgres::date | |
| | | | timestamp | qtl::postgres::timestamp | |
| | | | interval | qtl::postgres::interval | |
| | | | array | std::vector | |
| | | | array | std::vector<br>std::array<br>T[N] | |
| | | | composite types | std::tuple<br>std::pair | |
| | | |
| | | ### PostgreSQL field data binding |
| | | |
| | |
| | | | date | qtl::postgres::date | |
| | | | timestamp | qtl::postgres::timestamp | |
| | | | interval | qtl::postgres::interval | |
| | | | array | std::vector | |
| | | | array | std::vector<br>std::array<br>T[N] | |
| | | | composite types | std::tuple<br>std::pair | |
| | | |
| | | ### C ++ classes related to PostgreSQL |
| | | - qtl::postgres::database |