Packages

PostgreSQL protocol encoding and decoding

Current section

Files

Jump to
postgresql_protocol include postgresql_protocol_BeCopyResponse.hrl
Raw

include/postgresql_protocol_BeCopyResponse.hrl

-record(be_copy_response, {
direction :: postgresql_protocol:copy_direction(),
overall_format :: postgresql_protocol:format(),
codes :: list(postgresql_protocol:format())
}).