public class SimpleDBDirectQueryExecution extends SimpleDBQueryExecution implements ProcedureExecution
| Modifier and Type | Field and Description |
|---|---|
protected int |
columnCount |
protected int |
updateCount |
connection, listIterator| Constructor and Description |
|---|
SimpleDBDirectQueryExecution(List<Argument> arguments,
Command command,
RuntimeMetadata metadata,
SimpleDBConnection connection,
ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected List<?> |
buildRow(com.amazonaws.services.simpledb.model.Item item) |
void |
execute()
Execute the associated command.
|
List<?> |
getOutputParameterValues()
Get the output parameter values.
|
protected String |
getSQL() |
cancel, close, createAttributeMap, executeDirect, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextpublic SimpleDBDirectQueryExecution(List<Argument> arguments, Command command, RuntimeMetadata metadata, SimpleDBConnection connection, ExecutionContext context) throws TranslatorException
TranslatorExceptionpublic void execute()
throws TranslatorException
Executionexecute in interface Executionexecute in class SimpleDBQueryExecutionTranslatorExceptionprotected String getSQL()
getSQL in class SimpleDBQueryExecutionprotected List<?> buildRow(com.amazonaws.services.simpledb.model.Item item) throws TranslatorException
buildRow in class SimpleDBQueryExecutionTranslatorExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
ProcedureExecutiongetOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output valueCopyright © 2018 JBoss by Red Hat. All rights reserved.