Package org.teiid.translator.google
Class SpreadsheetUpdateExecution
- java.lang.Object
-
- org.teiid.translator.google.AbstractSpreadsheetExecution
-
- org.teiid.translator.google.SpreadsheetUpdateExecution
-
- All Implemented Interfaces:
Execution,UpdateExecution
public class SpreadsheetUpdateExecution extends AbstractSpreadsheetExecution
Execution of INSERT, DELETE and UPDATE commands- Author:
- felias
-
-
Field Summary
-
Fields inherited from class org.teiid.translator.google.AbstractSpreadsheetExecution
command, connection, context, metadata, result
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetUpdateExecution(Command command, GoogleSpreadsheetConnection connection, ExecutionContext context, RuntimeMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidexecute()-
Methods inherited from class org.teiid.translator.google.AbstractSpreadsheetExecution
close, getConnection, getUpdateCounts
-
-
-
-
Constructor Detail
-
SpreadsheetUpdateExecution
public SpreadsheetUpdateExecution(Command command, GoogleSpreadsheetConnection connection, ExecutionContext context, RuntimeMetadata metadata)
-
-
Method Detail
-
cancel
public void cancel() throws TranslatorException- Specified by:
cancelin interfaceExecution- Overrides:
cancelin classAbstractSpreadsheetExecution- Throws:
TranslatorException
-
execute
public void execute() throws TranslatorException- Throws:
TranslatorException
-
-