Class GetUpdatedExecutionImpl
- java.lang.Object
-
- org.teiid.translator.salesforce.execution.GetUpdatedExecutionImpl
-
- All Implemented Interfaces:
SalesforceProcedureExecution
public class GetUpdatedExecutionImpl extends Object implements SalesforceProcedureExecution
The structure of the getUpdated procedure is: Salesforce object type: String: IN param startDate: datatime: IN param enddate: datetime: IN param latestDateCovered: datetime: OUT param getUpdatedResult: resultset: OUT param
-
-
Field Summary
-
Fields inherited from interface org.teiid.translator.salesforce.execution.SalesforceProcedureExecution
ENDDATE, LATESTDATECOVERED, OBJECT, STARTDATE
-
-
Constructor Summary
Constructors Constructor Description GetUpdatedExecutionImpl(ProcedureExecutionParent procedureExecutionParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
close()
void
execute(ProcedureExecutionParent procedureExecutionParent)
List<Timestamp>
getOutputParameterValues()
List<?>
next()
-
-
-
Constructor Detail
-
GetUpdatedExecutionImpl
public GetUpdatedExecutionImpl(ProcedureExecutionParent procedureExecutionParent) throws TranslatorException
- Throws:
TranslatorException
-
-
Method Detail
-
cancel
public void cancel()
- Specified by:
cancel
in interfaceSalesforceProcedureExecution
-
close
public void close()
- Specified by:
close
in interfaceSalesforceProcedureExecution
-
execute
public void execute(ProcedureExecutionParent procedureExecutionParent) throws TranslatorException
- Specified by:
execute
in interfaceSalesforceProcedureExecution
- Throws:
TranslatorException
-
getOutputParameterValues
public List<Timestamp> getOutputParameterValues()
- Specified by:
getOutputParameterValues
in interfaceSalesforceProcedureExecution
-
next
public List<?> next()
- Specified by:
next
in interfaceSalesforceProcedureExecution
-
-