Class SpreadsheetUpdateExecution

  • All Implemented Interfaces:
    org.teiid.translator.Execution, org.teiid.translator.UpdateExecution

    public class SpreadsheetUpdateExecution
    extends AbstractSpreadsheetExecution
    Execution of INSERT, DELETE and UPDATE commands
    Author:
    felias
    • Constructor Detail

      • SpreadsheetUpdateExecution

        public SpreadsheetUpdateExecution​(org.teiid.language.Command command,
                                          org.teiid.translator.google.api.GoogleSpreadsheetConnection connection,
                                          org.teiid.translator.ExecutionContext context,
                                          org.teiid.metadata.RuntimeMetadata metadata)
    • Method Detail

      • cancel

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

        public void execute()
                     throws org.teiid.translator.TranslatorException
        Throws:
        org.teiid.translator.TranslatorException