github.com/jackc/pgx/v5.Rows.Err (method)
9 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L33: return rows.Err()
rows.go#L35: Err() error
rows.go#L416: if err := rows.Err(); err != nil {
rows.go#L448: if err := rows.Err(); err != nil {
rows.go#L473: if err = rows.Err(); err != nil {
rows.go#L487: return value, rows.Err()
rows.go#L504: if err = rows.Err(); err != nil {
rows.go#L522: return value, rows.Err()
github.com/jackc/pgx/v5/pgxpool
rows.go#L46: return rows.r.Err()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)