public class ObjectExecution extends Object implements ResultSetExecution
| Modifier and Type | Field and Description |
|---|---|
protected ObjectConnection |
connection |
protected Select |
query |
| Constructor and Description |
|---|
ObjectExecution(Select query,
RuntimeMetadata metadata,
ObjectExecutionFactory factory,
ObjectConnection connection,
ExecutionContext executionContext) |
protected Select query
protected ObjectConnection connection
public ObjectExecution(Select query, RuntimeMetadata metadata, ObjectExecutionFactory factory, ObjectConnection connection, ExecutionContext executionContext) throws TranslatorException
TranslatorExceptionpublic void execute()
throws TranslatorException
Executionexecute in interface ExecutionTranslatorExceptionpublic List<Object> next() throws TranslatorException, DataNotAvailableException
ResultSetExecutionnext in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic void close()
ExecutionCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.