Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
type
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
Scan
Method · 0.65
RowToStructByPos
Function · 0.65
RowToAddrOfStructByPos
Function · 0.65
RowToStructByName
Function · 0.65
RowToAddrOfStructByName
Function · 0.65
RowToStructByNameLax
Function · 0.65
RowToAddrOfStructByNameLax
Function · 0.65
TestScanRow
Function · 0.65
Implementers
3
testRowScanner
rows_test.go
positionalStructRowScanner
rows.go
namedStructRowScanner
rows.go
Calls
no outgoing calls
Tested by
1
TestScanRow
Function · 0.52