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

Method RawValues

pgxpool/rows.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (rows *poolRows) RawValues() [][]byte {
86 return rows.r.RawValues()
87}
88
89func (rows *poolRows) Conn() *pgx.Conn {
90 return rows.r.Conn()

Callers

nothing calls this directly

Calls 1

RawValuesMethod · 0.65

Tested by

no test coverage detected