PQresultAlloc 功能描述 为PGresult对象分配子存储。 接口原型 void *PQresultAlloc(PGresult *res, size_t nBytes); 参数说明 参数 描述 res 指定的PGresult对象。 nBytes 指定为PGresult对象分配子存储的大小。 返回值 若成功则返回分配空间的指针,若失败则返回NULL。 其他 无。