org.teiid.translator.salesforce.execution
Class InsertExecutionImpl

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

public class InsertExecutionImpl
extends AbstractUpdateExecution


Field Summary
 
Fields inherited from class org.teiid.translator.salesforce.execution.AbstractUpdateExecution
command, connection, context, metadata, result
 
Constructor Summary
InsertExecutionImpl(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

InsertExecutionImpl

public InsertExecutionImpl(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 © 2011. All Rights Reserved.