|  | 
| const | PGSQL_HAVE_GETCLIENTVERSION = bool(PGSQL_HAVE_GETCLIENTVERSION) | 
|  | This constant indicates if the pgsql driver supports the getClientVersion method or not.  More... 
 | 
|  | 
| const | PG_TYPE_ABSTIME = ABSTIMEOID | 
|  | defines a bind for the ABSTIMEOIDtype
 | 
|  | 
| const | PG_TYPE_ABSTIMEARRAY = QPGT_ABSTIMEARRAYOID | 
|  | defines a bind for the QPGT_ABSTIMEARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_ACLITEM = ACLITEMOID | 
|  | defines a bind for the ACLITEMOIDtype
 | 
|  | 
| const | PG_TYPE_ANY = ANYOID | 
|  | defines a bind for the ANYOIDtype
 | 
|  | 
| const | PG_TYPE_ANYARRAY = ANYARRAYOID | 
|  | defines a bind for the ANYARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_ANYELEMENT = ANYELEMENTOID | 
|  | defines a bind for the ANYELEMENTOIDtype
 | 
|  | 
| const | PG_TYPE_ATTRIBUTE_RELTYPE = PG_ATTRIBUTE_RELTYPE_OID | 
|  | defines a bind for the PG_ATTRIBUTE_RELTYPE_OIDtype  More...
 | 
|  | 
| const | PG_TYPE_BIT = BITOID | 
|  | defines a bind for the BITOIDtype
 | 
|  | 
| const | PG_TYPE_BITARRAY = QPGT_BITARRAYOID | 
|  | defines a bind for the QPGT_BITARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_BOOL = BOOLOID | 
|  | defines a bind for the BOOLOIDtype
 | 
|  | 
| const | PG_TYPE_BOOLARRAY = QPGT_BOOLARRAYOID | 
|  | defines a bind for the QPGT_BOOLARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_BOX = BOXOID | 
|  | defines a bind for the BOXOIDtype
 | 
|  | 
| const | PG_TYPE_BOXARRAY = QPGT_BOXARRAYOID | 
|  | defines a bind for the QPGT_BOXARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_BPCHAR = BPCHAROID | 
|  | defines a bind for the BPCHAROIDtype
 | 
|  | 
| const | PG_TYPE_BPCHARARRAY = QPGT_BPCHARARRAYOID | 
|  | defines a bind for the QPGT_BPCHARARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_BYTEA = BYTEAOID | 
|  | defines a bind for the BYTEAOIDtype
 | 
|  | 
| const | PG_TYPE_BYTEAARRAY = QPGT_BYTEAARRAYOID | 
|  | defines a bind for the QPGT_BYTEAARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_CASH = CASHOID | 
|  | defines a bind for the CASHOIDtype
 | 
|  | 
| const | PG_TYPE_CHAR = CHAROID | 
|  | defines a bind for the CHAROIDtype
 | 
|  | 
| const | PG_TYPE_CID = CIDOID | 
|  | defines a bind for the CIDOIDtype
 | 
|  | 
| const | PG_TYPE_CIDARRAY = QPGT_CIDARRAYOID | 
|  | defines a bind for the QPGT_CIDARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_CIDR = CIDROID | 
|  | defines a bind for the CIDROIDtype
 | 
|  | 
| const | PG_TYPE_CIDRARRAY = QPGT_CIDRARRAYOID | 
|  | defines a bind for the QPGT_CIDRARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_CIRCLE = CIRCLEOID | 
|  | defines a bind for the CIRCLEOIDtype
 | 
|  | 
| const | PG_TYPE_CIRCLEARRAY = QPGT_CIRCLEARRAYOID | 
|  | defines a bind for the QPGT_CIRCLEARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_CLASS_RELTYPE = PG_CLASS_RELTYPE_OID | 
|  | defines a bind for the PG_CLASS_RELTYPE_OIDtype  More...
 | 
|  | 
| const | PG_TYPE_CSTRING = CSTRINGOID | 
|  | defines a bind for the CSTRINGOIDtype
 | 
|  | 
| const | PG_TYPE_DATE = DATEOID | 
|  | defines a bind for the DATEOIDtype
 | 
|  | 
| const | PG_TYPE_DATEARRAY = QPGT_DATEARRAYOID | 
|  | defines a bind for the QPGT_DATEARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_FLOAT4 = FLOAT4OID | 
|  | defines a bind for the FLOAT4OIDtype
 | 
|  | 
| const | PG_TYPE_FLOAT4ARRAY = QPGT_FLOAT4ARRAYOID | 
|  | defines a bind for the QPGT_FLOAT4ARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_FLOAT8 = FLOAT8OID | 
|  | defines a bind for the FLOAT8OIDtype
 | 
|  | 
| const | PG_TYPE_FLOAT8ARRAY = QPGT_FLOAT8ARRAYOID | 
|  | defines a bind for the QPGT_FLOAT8ARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_INET = INETOID | 
|  | defines a bind for the INETOIDtype
 | 
|  | 
| const | PG_TYPE_INETARRAY = QPGT_INETARRAYOID | 
|  | defines a bind for the QPGT_INETARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_INT2 = INT2OID | 
|  | defines a bind for the INT2OIDtype
 | 
|  | 
| const | PG_TYPE_INT2ARRAY = QPGT_INT2ARRAYOID | 
|  | defines a bind for the QPGT_INT2ARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_INT2VECTOR = INT2VECTOROID | 
|  | defines a bind for the INT2VECTOROIDtype
 | 
|  | 
| const | PG_TYPE_INT4 = INT4OID | 
|  | defines a bind for the INT4OIDtype
 | 
|  | 
| const | PG_TYPE_INT4ARRAY = QPGT_INT4ARRAYOID | 
|  | defines a bind for the QPGT_INT4ARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_INT8 = INT8OID | 
|  | defines a bind for the INT8OIDtype
 | 
|  | 
| const | PG_TYPE_INT8ARRAY = QPGT_INT8ARRAYOID | 
|  | defines a bind for the QPGT_INT8ARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_INTERNAL = INTERNALOID | 
|  | defines a bind for the INTERNALOIDtype
 | 
|  | 
| const | PG_TYPE_INTERVAL = INTERVALOID | 
|  | defines a bind for the INTERVALOIDtype
 | 
|  | 
| const | PG_TYPE_INTERVALARRAY = QPGT_INTERVALARRAYOID | 
|  | defines a bind for the QPGT_INTERVALARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_LANGUAGE_HANDLER = LANGUAGE_HANDLEROID | 
|  | defines a bind for the LANGUAGE_HANDLEROIDtype
 | 
|  | 
| const | PG_TYPE_LINE = LINEOID | 
|  | defines a bind for the LINEOIDtype
 | 
|  | 
| const | PG_TYPE_LSEG = LSEGOID | 
|  | defines a bind for the LSEGOIDtype
 | 
|  | 
| const | PG_TYPE_LSEGARRAY = QPGT_LSEGARRAYOID | 
|  | defines a bind for the QPGT_LSEGARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_MACADDR = MACADDROID | 
|  | defines a bind for the MACADDROIDtype
 | 
|  | 
| const | PG_TYPE_MACADDRARRAY = QPGT_MACADDRARRAYOID | 
|  | defines a bind for the QPGT_MACADDRARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_MONEYARRAY = QPGT_MONEYARRAYOID | 
|  | defines a bind for the QPGT_MONEYARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_NAME = NAMEOID | 
|  | defines a bind for the NAMEOIDtype
 | 
|  | 
| const | PG_TYPE_NAMEARRAY = QPGT_NAMEARRAYOID | 
|  | defines a bind for the QPGT_NAMEARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_NUMERIC = NUMERICOID | 
|  | defines a bind for the NUMERICOIDtype
 | 
|  | 
| const | PG_TYPE_NUMERICARRAY = QPGT_NUMERICARRAYOID | 
|  | defines a bind for the QPGT_NUMERICARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_OID = OIDOID | 
|  | defines a bind for the OIDOIDtype
 | 
|  | 
| const | PG_TYPE_OIDARRAY = QPGT_OIDARRAYOID | 
|  | defines a bind for the QPGT_OIDARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_OPAQUE = OPAQUEOID | 
|  | defines a bind for the OPAQUEOIDtype
 | 
|  | 
| const | PG_TYPE_PATH = PATHOID | 
|  | defines a bind for the PATHOIDtype
 | 
|  | 
| const | PG_TYPE_PATHARRAY = QPGT_PATHARRAYOID | 
|  | defines a bind for the QPGT_PATHARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_POINT = POINTOID | 
|  | defines a bind for the POINTOIDtype
 | 
|  | 
| const | PG_TYPE_POINTARRAY = QPGT_POINTARRAYOID | 
|  | defines a bind for the QPGT_POINTARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_POLYGON = POLYGONOID | 
|  | defines a bind for the POLYGONOIDtype
 | 
|  | 
| const | PG_TYPE_POLYGONARRAY = QPGT_POLYGONARRAYOID | 
|  | defines a bind for the QPGT_POLYGONARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_PROC_RELTYPE = PG_PROC_RELTYPE_OID | 
|  | defines a bind for the PG_PROC_RELTYPE_OIDtype  More...
 | 
|  | 
| const | PG_TYPE_RECORD = RECORDOID | 
|  | defines a bind for the RECORDOIDtype
 | 
|  | 
| const | PG_TYPE_REFCURSOR = REFCURSOROID | 
|  | defines a bind for the REFCURSOROIDtype
 | 
|  | 
| const | PG_TYPE_REGCLASS = REGCLASSOID | 
|  | defines a bind for the REGCLASSOIDtype
 | 
|  | 
| const | PG_TYPE_REGOPER = REGOPEROID | 
|  | defines a bind for the REGOPEROIDtype
 | 
|  | 
| const | PG_TYPE_REGOPERATOR = REGOPERATOROID | 
|  | defines a bind for the REGOPERATOROIDtype
 | 
|  | 
| const | PG_TYPE_REGPROC = REGPROCOID | 
|  | defines a bind for the REGPROCOIDtype
 | 
|  | 
| const | PG_TYPE_REGPROCEDURE = REGPROCEDUREOID | 
|  | defines a bind for the REGPROCEDUREOIDtype
 | 
|  | 
| const | PG_TYPE_REGTYPE = REGTYPEOID | 
|  | defines a bind for the REGTYPEOIDtype
 | 
|  | 
| const | PG_TYPE_RELTIME = RELTIMEOID | 
|  | defines a bind for the RELTIMEOIDtype
 | 
|  | 
| const | PG_TYPE_RELTIMEARRAY = QPGT_RELTIMEARRAYOID | 
|  | defines a bind for the QPGT_RELTIMEARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TEXT = TEXTOID | 
|  | defines a bind for the TEXTOIDtype
 | 
|  | 
| const | PG_TYPE_TEXTARRAY = QPGT_TEXTARRAYOID | 
|  | defines a bind for the QPGT_TEXTARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TID = TIDOID | 
|  | defines a bind for the TIDOIDtype
 | 
|  | 
| const | PG_TYPE_TIDARRAY = QPGT_TIDARRAYOID | 
|  | defines a bind for the QPGT_TIDARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TIME = TIMEOID | 
|  | defines a bind for the TIMEOIDtype
 | 
|  | 
| const | PG_TYPE_TIMEARRAY = QPGT_TIMEARRAYOID | 
|  | defines a bind for the QPGT_TIMEARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TIMESTAMP = TIMESTAMPOID | 
|  | defines a bind for the TIMESTAMPOIDtype
 | 
|  | 
| const | PG_TYPE_TIMESTAMPARRAY = QPGT_TIMESTAMPARRAYOID | 
|  | defines a bind for the QPGT_TIMESTAMPARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TIMESTAMPTZ = TIMESTAMPTZOID | 
|  | defines a bind for the TIMESTAMPTZOIDtype
 | 
|  | 
| const | PG_TYPE_TIMESTAMPTZARRAY = QPGT_TIMESTAMPTZARRAYOID | 
|  | defines a bind for the QPGT_TIMESTAMPTZARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TIMETZ = TIMETZOID | 
|  | defines a bind for the TIMETZOIDtype
 | 
|  | 
| const | PG_TYPE_TIMETZARRAY = QPGT_TIMETZARRAYOID | 
|  | defines a bind for the QPGT_TIMETZARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TINTERVAL = TINTERVALOID | 
|  | defines a bind for the TINTERVALOIDtype
 | 
|  | 
| const | PG_TYPE_TINTERVALARRAY = QPGT_TINTERVALARRAYOID | 
|  | defines a bind for the QPGT_TINTERVALARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_TRIGGER = TRIGGEROID | 
|  | defines a bind for the TRIGGEROIDtype
 | 
|  | 
| const | PG_TYPE_TYPE_RELTYPE = PG_TYPE_RELTYPE_OID | 
|  | defines a bind for the PG_TYPE_RELTYPE_OIDtype  More...
 | 
|  | 
| const | PG_TYPE_UNKNOWN = UNKNOWNOID | 
|  | defines a bind for the UNKNOWNOIDtype
 | 
|  | 
| const | PG_TYPE_VARBIT = VARBITOID | 
|  | defines a bind for the VARBITOIDtype
 | 
|  | 
| const | PG_TYPE_VARBITARRAY = QPGT_VARBITARRAYOID | 
|  | defines a bind for the QPGT_VARBITARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_VARCHAR = VARCHAROID | 
|  | defines a bind for the VARCHAROIDtype
 | 
|  | 
| const | PG_TYPE_VARCHARARRAY = QPGT_VARCHARARRAYOID | 
|  | defines a bind for the QPGT_VARCHARARRAYOIDtype
 | 
|  | 
| const | PG_TYPE_VECTOROID = OIDVECTOROID | 
|  | defines a bind for the OIDVECTOROIDtype
 | 
|  | 
| const | PG_TYPE_VOID = VOIDOID | 
|  | defines a bind for the VOIDOIDtype
 | 
|  | 
| const | PG_TYPE_XID = XIDOID | 
|  | defines a bind for the XIDOIDtype
 | 
|  | 
| const | PG_TYPE_XIDARRAY = QPGT_XIDARRAYOID | 
|  | defines a bind for the QPGT_XIDARRAYOIDtype
 | 
|  |