|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.translator.salesforce.execution.QueryExecutionImpl
public class QueryExecutionImpl
| Constructor Summary | |
|---|---|
QueryExecutionImpl(QueryExpression command,
SalesforceConnection connection,
RuntimeMetadata metadata,
ExecutionContext context)
|
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels the execution abnormally. |
void |
close()
Terminates the execution normally. |
void |
execute()
Execute the associated command. |
java.util.List |
next()
Retrieves the next row of the resultset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionImpl(QueryExpression command,
SalesforceConnection connection,
RuntimeMetadata metadata,
ExecutionContext context)
| Method Detail |
|---|
public void cancel()
throws TranslatorException
Execution
cancel in interface ExecutionTranslatorExceptionpublic void close()
Execution
close in interface Execution
public void execute()
throws TranslatorException
Execution
execute in interface ExecutionTranslatorException
public java.util.List next()
throws TranslatorException,
DataNotAvailableException
ResultSetExecution
next in interface ResultSetExecutionTranslatorException
DataNotAvailableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||