Namespaces | |
namespace | wxPg |
wxPostgres namespace. | |
Functions | |
wxPG_DECLSPEC int | wxPg::oid_to_type_simple (int oid) |
Converts OID to type descriptor. | |
Variables | |
const int | wxPg::TYPE_UNKNOWN = 0 |
Unknown data type. | |
const int | wxPg::TYPE_INT = 1 |
Represents int2 and int4 types. | |
const int | wxPg::TYPE_FLOAT = 2 |
Represents float4 and float8 types. | |
const int | wxPg::TYPE_STRING = 3 |
Represents char, name and varchar types. | |
const int | wxPg::TYPE_DATE = 4 |
Represents date type. | |
const int | wxPg::TYPE_TIME = 5 |
Represents time type. | |
const int | wxPg::TYPE_TIMESTAMP = 6 |
Represents timestamp type. | |
const int | wxPg::TYPE_BOOL = 7 |
Represents boolean type. |