Package org.teiid.translator.salesforce.execution

Examples of org.teiid.translator.salesforce.execution.ProcedureExecutionParentImpl


  }
 
  @Override
  public ProcedureExecution createProcedureExecution(Call command,ExecutionContext executionContext, RuntimeMetadata metadata, SalesforceConnection connection)
      throws TranslatorException {
    return new ProcedureExecutionParentImpl(command, connection, metadata, executionContext);
  }
View Full Code Here

TOP

Related Classes of org.teiid.translator.salesforce.execution.ProcedureExecutionParentImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.