Doc Map
Application Development GuideDevelopment Based on libpqlibpq API ReferenceDatabase Connection Control FunctionsPQconnectStart
PQconnectStart
Function
PQconnectStart is used to establish a non-blocking connection with the database server.
Prototype
PGconn* PQconnectStart(const char* conninfo);
Parameters
Table 1
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
Feedback