The current index of the iterable.
Get the SQL string for the SELECT query for this iterable.
Return all items resulting from this query.
Get the result at index i.
Chunk the iterable into the given size and call the callback passing the chunk along.
Promise
Create a new iterable based on this query.
Count the number of results of the query.
Get the container for this instance.
Instantiate a new injectable using the container.
Advance to the next value of this iterable.
Promise
Peek at the next value of the iterable, without advancing.
Promise<any|undefined>
Get the results starting at index start
and ending at index end
.
Reset the iterable to the first index.
Promise
Advance the iterable to the given index.
Promise
Set the container for this instance.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Base Iterable class that generates the results of a Builder query.