Class AbstractResultIterable<T>Abstract

Base Iterable class that generates the results of a Builder query.

Type Parameters

  • T

Hierarchy

Constructors

Properties

builder: AbstractBuilder<T>

The builder whose results should be iterated

connection: Connection

The connection on which to execute the builder.

index: number = 0

The current index of the iterable.

Accessors

Methods

  • Instantiate a new injectable using the container.

    Type Parameters

    • T

    Parameters

    • target: any
    • Rest ...parameters: any[]

    Returns T