resultiter

package
v0.44.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2025 License: Unlicense Imports: 2 Imported by: 0

Documentation

Overview

Package resultiter defines interfaces for iterating over database query results.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Neo4jResultIterator

type Neo4jResultIterator interface {
	Next(context.Context) bool
	Record() *neo4j.Record
	Err() error
}

Neo4jResultIterator defines the interface for iterating over Neo4j query results. This is implemented by both neo4j.Result and CollectedResult types.

Source Files

  • resultiter.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL