PQconnectPoll Function

public function PQconnectPoll(conn)

Connect to the database server in a nonblocking manner.

References

cf. PQconnectStart, PQconnectStartParams

cf. PostgreSQL Documentation

Arguments

Type IntentOptional Attributes Name
type(c_ptr) :: conn

Return Value integer(kind=int32)


Contents