org.teiid.translator.salesforce.execution
Class UpdateExecutionImpl
java.lang.Object
org.teiid.translator.salesforce.execution.AbstractUpdateExecution
org.teiid.translator.salesforce.execution.UpdateExecutionImpl
- All Implemented Interfaces:
- Execution, UpdateExecution
public class UpdateExecutionImpl
- extends AbstractUpdateExecution
Method Summary |
void |
execute()
Execute the associated command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateExecutionImpl
public UpdateExecutionImpl(Command command,
SalesforceConnection salesforceConnection,
RuntimeMetadata metadata,
ExecutionContext context)
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.