github.com/jackc/pgx/v5.CollectableRow.Scan (method)

6 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L426: 	Scan(dest ...any) error
		rows.go#L528: 	err := row.Scan(&value)
		rows.go#L535: 	err := row.Scan(&value)
		rows.go#L542: 	err := row.Scan((*mapRowScanner)(&value))
		rows.go#L596: 	return rows.Scan(scanTargets...)
		rows.go#L696: 	return rows.Scan(scanTargets...)