Return
.true.if the PQresult contains binary data and.false.if it contains text data.This function is deprecated (except for its use in connection with
COPY), because it is possible for a singlePGresultto contain text data in some columns and binary data in others.PQfformatis preferred.PQbinaryTuplesreturns1only if all columns of the result are binary (format 1).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in) | :: | pgresult |