Private constructorCreates a Result.
A list of Ion values containing the statement execution's result returned from QLDB.
Contains the number of consumed IO requests for the executed statement.
Holds server side processing time for the executed statement.
Private _ioPrivate _resultPrivate _timingReturns server-side processing time for the executed statement.
TimingInformation, containing processing time.
Static Private _fetchFetches all subsequent Pages given an initial Page, places each value of each Page in an Ion value.
Promise which fulfills with a Result, containing a list of Ion values, representing all the returned values of the result set, number of IOs for the request, and the time spent processing the request.
The ID of the transaction the statement was executed in.
The returned result from the statement execution.
The Communicator used for the statement execution.
Static Private _readHelper method that reads a ResultReadable and extracts the results, placing them in an array of Ion values.
Promise which fulfills with a list of Ion values, representing all the returned values of the result set.
The ResultReadable to read.
Static bufferStatic method that creates a Result object by reading and buffering the contents of a ResultReadable.
Promise which fulfills with a Result.
A ResultReadable object to convert to a Result object.
Generated using TypeDoc
A class representing a fully buffered set of results returned from QLDB.