public class DirectSpreadsheetQueryExecution extends Object implements ProcedureExecution
| Constructor and Description |
|---|
DirectSpreadsheetQueryExecution(String query,
List<Argument> arguments,
ExecutionContext executionContext,
GoogleSpreadsheetConnection connection,
boolean returnsArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
getOutputParameterValues() |
List<?> |
next() |
public DirectSpreadsheetQueryExecution(String query, List<Argument> arguments, ExecutionContext executionContext, GoogleSpreadsheetConnection connection, boolean returnsArray)
public void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionpublic void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
getOutputParameterValues in interface ProcedureExecutionTranslatorExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.