DataTypeDesc

PostgreSQL <a href="https://github.com/postgres/postgres/blob/master/src/include/catalog/pg_type.h">object identifiers (OIDs)</a> for data types

@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>

Constructors

this
this(int id, bool supportsBinary, string[] type)
Undocumented in source.
this
this(int id, bool supportsBinary, string[] encodingType, string[] decodingType)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

decodingType
string[] decodingType;
Undocumented in source.
encodingType
string[] encodingType;
Undocumented in source.
id
int id;
Undocumented in source.
supportsBinary
bool supportsBinary;
Undocumented in source.

Meta