164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PQconnectStart.md 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-05-29 19:27 . Upload openGauss information

PQconnectStart

功能描述

与数据库服务器建立一次非阻塞的连接。

原型

PGconn* PQconnectStart(const char* conninfo);

参数

表 1

关键字

参数说明

conninfo

连接信息字符串。可以为空,这样将会使用默认参数。也可以包含由空格分隔的一个或多个参数设置,还可以包含一个URI。

返回值

PGconn类型指针。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
2.1.0

搜索帮助