wxPg/utils/type.h File Reference

SQL datatype representation in wxPostgres. More...


Namespaces

namespace  wxPg

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.


Detailed Description

SQL datatype representation in wxPostgres.


Generated on Thu May 7 22:51:16 2009 for wxPostgres by  doxygen 1.5.6