Package org.teiid.translator.simpledb
Class SimpleDBUpdateExecute
- java.lang.Object
-
- org.teiid.translator.simpledb.SimpleDBUpdateExecute
-
- All Implemented Interfaces:
Execution,UpdateExecution
public class SimpleDBUpdateExecute extends Object implements UpdateExecution
-
-
Constructor Summary
Constructors Constructor Description SimpleDBUpdateExecute(Command command, SimpleDBConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidclose()voidexecute()int[]getUpdateCounts()
-
-
-
Constructor Detail
-
SimpleDBUpdateExecute
public SimpleDBUpdateExecute(Command command, SimpleDBConnection connection) throws TranslatorException
- Throws:
TranslatorException
-
-
Method Detail
-
execute
public void execute() throws TranslatorException- Specified by:
executein interfaceExecution- Throws:
TranslatorException
-
getUpdateCounts
public int[] getUpdateCounts() throws DataNotAvailableException, TranslatorException- Specified by:
getUpdateCountsin interfaceUpdateExecution- Throws:
DataNotAvailableExceptionTranslatorException
-
cancel
public void cancel() throws TranslatorException- Specified by:
cancelin interfaceExecution- Throws:
TranslatorException
-
-