Cppgres
Build Postgres extensions in C++
|
Postgres type. More...
#include <type.hpp>
Public Member Functions | |
std::string_view | name (bool qualified=false) |
Type name as defined in Postgres. | |
bool | operator== (const type &other) const |
Public Attributes | |
::Oid | oid |
Postgres type.
|
inline |
Type name as defined in Postgres.
qualified | if set to true (false by default), it will always include the schema name. Otherwise, if the schema is in the search_path , the schema will not be included. |