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

Method RawValues

rows.go:66–66  ·  view source on GitHub ↗

RawValues returns the unparsed bytes of the row values. The returned data is only valid until the next Next call or the Rows is closed.

()

Source from the content-addressed store, hash-verified

64 // RawValues returns the unparsed bytes of the row values. The returned data is only valid until the next Next
65 // call or the Rows is closed.
66 RawValues() [][]byte
67
68 // Conn returns the underlying *Conn on which the query was executed. This may return nil if Rows did not come from a
69 // *Conn (e.g. if it was created by RowsFromResultReader)

Callers 5

ScanRowMethod · 0.65
TestConnQueryRawValuesFunction · 0.65
NextMethod · 0.65
RawValuesMethod · 0.65

Implementers 3

baseRowsrows.go
errRowspgxpool/rows.go
poolRowspgxpool/rows.go

Calls

no outgoing calls

Tested by 2

TestConnQueryRawValuesFunction · 0.52