public class SimpleDBDirectQueryExecution extends SimpleDBQueryExecution implements org.teiid.translator.ProcedureExecution
| Modifier and Type | Field and Description |
|---|---|
protected int |
columnCount |
protected int |
updateCount |
connection, listIterator| Constructor and Description |
|---|
SimpleDBDirectQueryExecution(List<org.teiid.language.Argument> arguments,
org.teiid.language.Command command,
org.teiid.metadata.RuntimeMetadata metadata,
SimpleDBConnection connection,
org.teiid.translator.ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected List<?> |
buildRow(com.amazonaws.services.simpledb.model.Item item) |
void |
execute() |
List<?> |
getOutputParameterValues() |
protected String |
getSQL() |
cancel, close, createAttributeMap, executeDirect, nextpublic SimpleDBDirectQueryExecution(List<org.teiid.language.Argument> arguments, org.teiid.language.Command command, org.teiid.metadata.RuntimeMetadata metadata, SimpleDBConnection connection, org.teiid.translator.ExecutionContext context) throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionpublic void execute()
throws org.teiid.translator.TranslatorException
execute in interface org.teiid.translator.Executionexecute in class SimpleDBQueryExecutionorg.teiid.translator.TranslatorExceptionprotected String getSQL()
getSQL in class SimpleDBQueryExecutionprotected List<?> buildRow(com.amazonaws.services.simpledb.model.Item item) throws org.teiid.translator.TranslatorException
buildRow in class SimpleDBQueryExecutionorg.teiid.translator.TranslatorExceptionpublic List<?> getOutputParameterValues() throws org.teiid.translator.TranslatorException
getOutputParameterValues in interface org.teiid.translator.ProcedureExecutionorg.teiid.translator.TranslatorExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.