Creates a Result.
A list of Ion values containing the statement execution's result returned from QLDB.
Returns the list of results of the statement execution returned from QLDB.
A list of Ion values which wrap the Ion values returned from the QLDB statement execution.
Fetches all subsequent Pages given an initial Page, places each value of each Page in an Ion value.
The ID of the transaction the statement was executed in.
The initial page returned from the statement execution.
The Communicator used for the statement execution.
Promise which fulfills with a list of Ion values, representing all the returned values of the result set.
Handle the unexpected Blob return type from QLDB.
The IonBinary value cast explicitly to one of the types that make up the IonBinary type. This will be either Buffer, Uint8Array, or string.
Helper method that reads a ResultStream and extracts the results, placing them in an array of Ion values.
The ResultStream to read.
Promise which fulfills with a list of Ion values, representing all the returned values of the result set.
Static method that creates a Result object by reading and buffering the contents of a ResultStream.
A ResultStream object to convert to a Result object.
Promise which fulfills with a Result.
Static factory method that creates a Result object, containing the results of a statement execution from QLDB.
The ID of the transaction the statement was executed in.
The initial page returned from the statement execution.
The Communicator used for the statement execution.
Promise which fulfills with a Result.
Generated using TypeDoc
A class representing a fully buffered set of results returned from QLDB.