org.teiid.translator
Interface UpdateExecution
- All Superinterfaces:
- Execution
public interface UpdateExecution
- extends Execution
The update execution represents the case where a connector can
execute an Insert, Update, Delete, or BatchedUpdates command.
|
Method Summary |
int[] |
getUpdateCounts()
Returns the update counts for the execution. |
getUpdateCounts
int[] getUpdateCounts()
throws DataNotAvailableException,
TranslatorException
- Returns the update counts for the execution.
- Returns:
- the update counts corresponding to the command executed
- Throws:
DataNotAvailableException
TranslatorException
Copyright © 2011. All Rights Reserved.