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 singlePGresult
to contain text data in some columns and binary data in others.PQfformat
is preferred.PQbinaryTuples
returns1
only if all columns of the result are binary (format 1).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in) | :: | pgresult |