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

Method Scan

rows.go:83–83  ·  rows.go::Row.Scan

Scan works the same as Rows. with the following exceptions. If no rows were found it returns ErrNoRows. If multiple rows are returned it ignores all but the first.

(dest ...any)

Source from the content-addressed store, hash-verified

81 // rows were found it returns ErrNoRows. If multiple rows are returned it
82 // ignores all but the first.
83 Scan(dest ...any) error
84}
85
86// RowScanner scans an entire row at a time into the RowScanner.

Implementers 15

baseRowsrows.go
errRowspgxpool/rows.go
errRowpgxpool/rows.go
poolRowspgxpool/rows.go
poolRowpgxpool/rows.go
Float8pgtype/float8.go

Calls

no outgoing calls