Namespace Amazon.QLDB.Driver.Generic
Interfaces
IAsyncResult<T>
Interface for the result of executing a statement in QLDB. Implements IEnumerable to allow iteration over generic values of T within the result.
Note that due to the fact that a result can only be retrieved from QLDB once, the IResult may only be iterated over once and is not thread-safe. Attempts to do so multiple times will result in an exception.
IResult<T>
Interface for the result of executing a statement in QLDB. Implements IEnumerable to allow iteration over generic values of T within the result.
Note that due to the fact that a result can only be retrieved from QLDB once, the IResult may only be iterated over once and is not thread-safe. Attempts to do so multiple times will result in an exception.