BufferedQueryResult
import { BufferedQueryResult } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";
A buffered query result that contains all the rows and CompletionInfo
.
class BufferedQueryResult extends QueryResult { }
private _assertNumRows(min: number, max: number);
§Constructors
§
new BufferedQueryResult(columns: ColumnMetadata[], indexedRows: IndexedRow[], completionInfo: CompletionInfo)
[src]§Properties
§
completionInfo: CompletionInfo
[src]§
indexedRows: IndexedRow[]
[src]§
indexedRowsIterator: AsyncIterableIterator<IndexedRow> readonly
[src]§
indexedRow: IndexedRow readonly
[src]§
maybeIndexedRow: IndexedRow | undefined readonly
[src]§
column: ColumnValue[] readonly
[src]§
value: ColumnValue readonly
[src]§
maybeValue: ColumnValue | undefined readonly
[src]