Class Result<T>

The awaited query result.

Iterating over the result yields objects of the generic type parameter.

Type Parameters

Constructors

Properties

Methods

Constructors

Properties

names: string[]
rows: ResultRow<T>[]
status: null | string

Methods

  • Returns Iterator<T, any, undefined>