MCPcopy Create free account
hub / github.com/bradfitz/go-sql-test / Scan

Method Scan

src/github.com/jackc/pgx/query.go:191–248  ·  view source on GitHub ↗

Scan reads the values from the current row into dest values positionally. dest can include pointers to core types and the Scanner interface.

(dest ...interface{})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

FatalMethod · 0.95
nextColumnMethod · 0.95
ErrMethod · 0.95
decodeBoolFunction · 0.85
decodeByteaFunction · 0.85
decodeInt8Function · 0.85
decodeInt2Function · 0.85
decodeInt4Function · 0.85
decodeTextFunction · 0.85
decodeFloat4Function · 0.85
decodeFloat8Function · 0.85
decodeDateFunction · 0.85

Tested by

no test coverage detected