Current section
Files
Jump to
Current section
Files
include/postgresql_protocol_BeCopyResponse.hrl
-record(be_copy_response, {
direction :: postgresql_protocol:copy_direction(),
overall_format :: postgresql_protocol:format(),
codes :: list(postgresql_protocol:format())
}).