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

Struct DataRow

pgproto3/data_row.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type DataRow struct {
14 Values [][]byte
15}
16
17// Backend identifies this message as sendable by the PostgreSQL backend.
18func (*DataRow) Backend() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected