Class SimpleDBDirectQueryExecution

  • All Implemented Interfaces:
    org.teiid.translator.Execution, org.teiid.translator.ProcedureExecution, org.teiid.translator.ResultSetExecution

    public class SimpleDBDirectQueryExecution
    extends SimpleDBQueryExecution
    implements org.teiid.translator.ProcedureExecution
    • Field Detail

      • columnCount

        protected int columnCount
      • updateCount

        protected int updateCount
    • Constructor Detail

      • SimpleDBDirectQueryExecution

        public SimpleDBDirectQueryExecution​(List<org.teiid.language.Argument> arguments,
                                            org.teiid.language.Command command,
                                            org.teiid.metadata.RuntimeMetadata metadata,
                                            org.teiid.translator.simpledb.api.SimpleDBConnection connection,
                                            org.teiid.translator.ExecutionContext context)
                                     throws org.teiid.translator.TranslatorException
        Throws:
        org.teiid.translator.TranslatorException
    • Method Detail

      • execute

        public void execute()
                     throws org.teiid.translator.TranslatorException
        Specified by:
        execute in interface org.teiid.translator.Execution
        Overrides:
        execute in class SimpleDBQueryExecution
        Throws:
        org.teiid.translator.TranslatorException
      • buildRow

        protected List<?> buildRow​(com.amazonaws.services.simpledb.model.Item item)
                            throws org.teiid.translator.TranslatorException
        Overrides:
        buildRow in class SimpleDBQueryExecution
        Throws:
        org.teiid.translator.TranslatorException
      • getOutputParameterValues

        public List<?> getOutputParameterValues()
                                         throws org.teiid.translator.TranslatorException
        Specified by:
        getOutputParameterValues in interface org.teiid.translator.ProcedureExecution
        Throws:
        org.teiid.translator.TranslatorException