var github.com/jackc/pgx/v5.ErrNoRows

4 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L107: 	ErrNoRows = newProxyErr(sql.ErrNoRows, "no rows in result set")
		rows.go#L111: 			return ErrNoRows
		rows.go#L476: 		return value, ErrNoRows
		rows.go#L508: 		return value, ErrNoRows