|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.translator.salesforce.execution.GetUpdatedExecutionImpl
public class GetUpdatedExecutionImpl
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 | |
|---|---|
GetUpdatedExecutionImpl(ProcedureExecutionParent procedureExecutionParent)
|
|
| Method Summary | |
|---|---|
void |
cancel()
|
void |
close()
|
void |
execute(ProcedureExecutionParent procedureExecutionParent)
|
java.util.List<java.util.Calendar> |
getOutputParameterValues()
|
java.util.List |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetUpdatedExecutionImpl(ProcedureExecutionParent procedureExecutionParent)
throws TranslatorException
TranslatorException| Method Detail |
|---|
public void cancel()
cancel in interface SalesforceProcedureExecutionpublic void close()
close in interface SalesforceProcedureExecution
public void execute(ProcedureExecutionParent procedureExecutionParent)
throws TranslatorException
execute in interface SalesforceProcedureExecutionTranslatorExceptionpublic java.util.List<java.util.Calendar> getOutputParameterValues()
getOutputParameterValues in interface SalesforceProcedureExecutionpublic java.util.List next()
next in interface SalesforceProcedureExecution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||