org.teiid.translator.salesforce.execution
Class UpdateExecutionImpl

java.lang.Object
  extended by org.teiid.translator.salesforce.execution.AbstractUpdateExecution
      extended by org.teiid.translator.salesforce.execution.UpdateExecutionImpl
All Implemented Interfaces:
Execution, UpdateExecution

public class UpdateExecutionImpl
extends AbstractUpdateExecution


Field Summary
 
Fields inherited from class org.teiid.translator.salesforce.execution.AbstractUpdateExecution
command, connection, context, metadata, result
 
Constructor Summary
UpdateExecutionImpl(Command command, SalesforceConnection salesforceConnection, RuntimeMetadata metadata, ExecutionContext context)
           
 
Method Summary
 void execute()
          Execute the associated command.
 
Methods inherited from class org.teiid.translator.salesforce.execution.AbstractUpdateExecution
cancel, close, getConnection, getMetadata, getUpdateCounts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateExecutionImpl

public UpdateExecutionImpl(Command command,
                           SalesforceConnection salesforceConnection,
                           RuntimeMetadata metadata,
                           ExecutionContext context)
Method Detail

execute

public void execute()
             throws TranslatorException
Description copied from interface: Execution
Execute the associated command. Results will be retrieved through a specific sub-interface call.

Throws:
TranslatorException


Copyright © 2012. All Rights Reserved.