Home Reference Source
import EagerResult from 'neo4j-driver-core/lib/result-eager.js'
public class | source

EagerResult

Represents the fully streamed result

Member Summary

Public Members
public

keys: string[]

Field keys, in the order the fields appear in the records.

public

Field records, in the order the records arrived from the server.

public

Field summary

Public Members

public keys: string[] source

Field keys, in the order the fields appear in the records.

public records: Record[] source

Field records, in the order the records arrived from the server.

public summary: ResultSummary source

Field summary