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

4 uses

	github.com/jackc/pgx/v5 (current package)
		derived_types.go#L180: 		err = rows.Scan(&ti.TypeName, &ti.NspName, &ti.Typtype, &ti.Typbasetype, &ti.Typelem, &ti.Oid, &ti.Rngtypid, &ti.Rngsubtype, &ti.Attnames, &ti.Atttypids)
		rows.go#L57: 	Scan(dest ...any) error
		rows.go#L405: 		err := rows.Scan(scans...)

	github.com/jackc/pgx/v5/pgxpool
		rows.go#L70: 	err := rows.r.Scan(dest...)