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

Method ScanRow

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

ScanRows scans the row.

(rows Rows)

Source from the content-addressed store, hash-verified

87type RowScanner interface {
88 // ScanRows scans the row.
89 ScanRow(rows Rows) error
90}
91
92// connRow implements the Row interface for Conn.QueryRow.

Callers 8

ScanMethod · 0.65
RowToStructByPosFunction · 0.65
RowToAddrOfStructByPosFunction · 0.65
RowToStructByNameFunction · 0.65
RowToAddrOfStructByNameFunction · 0.65
RowToStructByNameLaxFunction · 0.65
TestScanRowFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestScanRowFunction · 0.52