type github.com/jackc/pgx/v5/pgproto3.CopyBothResponse

10 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		copy_both_response.go#L13: type CopyBothResponse struct {
		copy_both_response.go#L19: func (*CopyBothResponse) Backend() {}
		copy_both_response.go#L23: func (dst *CopyBothResponse) Decode(src []byte) error {
		copy_both_response.go#L42: 	*dst = CopyBothResponse{OverallFormat: overallFormat, ColumnFormatCodes: columnFormatCodes}
		copy_both_response.go#L48: func (src *CopyBothResponse) Encode(dst []byte) ([]byte, error) {
		copy_both_response.go#L63: func (src CopyBothResponse) MarshalJSON() ([]byte, error) {
		copy_both_response.go#L74: func (dst *CopyBothResponse) UnmarshalJSON(data []byte) error {
		frontend.go#L37: 	copyBothResponse                CopyBothResponse
		trace.go#L64: 	case *CopyBothResponse:
		trace.go#L210: func (t *tracer) traceCopyBothResponse(sender byte, encodedLen int32, msg *CopyBothResponse) {