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.
 
Methods inherited from interface org.teiid.translator.Execution
cancel, close, execute
 

Method Detail

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.