public class SpreadsheetQueryExecution extends Object implements ResultSetExecution
| Constructor and Description |
|---|
SpreadsheetQueryExecution(Select query,
GoogleSpreadsheetConnection connection,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the execution abnormally.
|
void |
close()
Terminates the execution normally.
|
void |
execute()
Execute the associated command.
|
List<?> |
next()
Retrieves the next row of the resultset.
|
public SpreadsheetQueryExecution(Select query, GoogleSpreadsheetConnection connection, ExecutionContext executionContext)
public void close()
Executionpublic void cancel()
throws TranslatorException
Executioncancel in interface ExecutionTranslatorExceptionpublic void execute()
throws TranslatorException
Executionexecute in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
ResultSetExecutionnext in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.