HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

PQconnectStart

Function

PQconnectStart is used to establish a non-blocking connection with the database server.

Prototype

PGconn* PQconnectStart(const char* conninfo);

Parameters

Table 1

Keyword Parameter Description
conninfo String of connection information. This parameter can be left empty. In this case, the default value is used. It can contain one or more values separated by spaces or contain a URL.

Return Value

PGconn pointers

Copyright © 2011-2024 www.enmotech.com All rights reserved.