|
pg_async
|
Functions | |
| void | register_binary_parser (oids::type::oid_type id) |
| Mark a type oid that it has a binary parser, so that pg_async can request data in binary format. More... | |
| bool | has_binary_parser (oids::type::oid_type id) |
| Check if there is a binary parser for the specified oid. More... | |
| bool tip::db::pg::io::traits::has_binary_parser | ( | oids::type::oid_type | id | ) |
Check if there is a binary parser for the specified oid.
| id | PostgreSQL type oid. |
| void tip::db::pg::io::traits::register_binary_parser | ( | oids::type::oid_type | id | ) |
Mark a type oid that it has a binary parser, so that pg_async can request data in binary format.
| id | PostgreSQL type oid. |
1.8.6