| Package | Description |
|---|---|
| software.amazon.qldb |
| Modifier and Type | Method and Description |
|---|---|
Result |
TransactionExecutor.execute(String statement)
Execute the statement against QLDB and retrieve the result.
|
Result |
Executable.execute(String statement)
Execute the statement against QLDB and retrieve the result.
|
Result |
TransactionExecutor.execute(String statement,
com.amazon.ion.IonValue... parameters)
Execute the statement using the specified parameters against QLDB and retrieve the result.
|
Result |
Executable.execute(String statement,
com.amazon.ion.IonValue... parameters)
Execute the statement using the specified parameters against QLDB and retrieve the result.
|
Result |
TransactionExecutor.execute(String statement,
List<com.amazon.ion.IonValue> parameters)
Execute the statement using the specified parameters against QLDB and retrieve the result.
|
Result |
Executable.execute(String statement,
List<com.amazon.ion.IonValue> parameters)
Execute the statement using the specified parameters against QLDB and retrieve the result.
|