MCPcopy
hub / github.com/jackc/pgx / CopyOutResponse

Struct CopyOutResponse

pgproto3/copy_out_response.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type CopyOutResponse struct {
14 OverallFormat byte
15 ColumnFormatCodes []uint16
16}
17
18func (*CopyOutResponse) Backend() {}
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected