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

Method preloadRowValues

pgconn/pgconn.go:1780–1783  ·  view source on GitHub ↗
(values [][]byte)

Source from the content-addressed store, hash-verified

1778}
1779
1780func (rr *ResultReader) preloadRowValues(values [][]byte) {
1781 rr.rowValues = values
1782 rr.preloaded = true
1783}
1784
1785// FieldDescriptions returns the field descriptions for the current result set. The returned slice is only valid until
1786// the ResultReader is closed. It may return nil (for example, if the query did not return a result set or an error was

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected