func github.com/jackc/pgx/v5.ForEachRow

2 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L1415: 	_, err = ForEachRow(rows, []any{&fieldName, &fieldOID}, func() error {
		rows.go#L401: func ForEachRow(rows Rows, scans []any, fn func() error) (pgconn.CommandTag, error) {