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

Struct RowDescription

pgproto3/row_description.go:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type RowDescription struct {
50 Fields []FieldDescription
51}
52
53// Backend identifies this message as sendable by the PostgreSQL backend.
54func (*RowDescription) Backend() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected