PQnfields功能描述原型参数返回值示例PQnfields功能描述返回查询结果中每一行的列(域)数。 原型int PQnfields(const PGresult *res);参数表 1 PQnfields参数 关键字参数说明res操作结果句柄。 返回值int类型数字。 示例参见:示例