A statement to execute against QLDB as a string.
Variable number of arguments, where each argument corresponds to a placeholder (?) in the PartiQL query. The argument could be any native JavaScript type or an Ion DOM type. Details of Ion DOM type and JavaScript type
Promise which fulfills with all results loaded into memory
A statement to execute against QLDB as a string.
Variable number of arguments, where each argument corresponds to a placeholder (?) in the PartiQL query. The argument could be any native JavaScript type or an Ion DOM type. Details of Ion DOM type and JavaScript type
Promise which fulfills with a Readable Stream
The transaction ID.
Generated using TypeDoc
Use
QldbDriver.executeLambda
instead to execute transactions.