PQresultStatus Function

public function PQresultStatus(pgresult) result(res)

Returns the result status of the command.

cf. PostgreSQL Documentation

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: pgresult

Return Value integer(kind=int32)


Contents