PQresStatus Function

public function PQresStatus(status) result(res)

Converts the enumerated type returned by PQresultStatus into a string constant describing the status code..

cf. PostgreSQL Documentation

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: status

Return Value character(len=:), pointer


Contents