Package org.teiid.translator.google
Class SpreadsheetQueryExecution
- java.lang.Object
-
- org.teiid.translator.google.SpreadsheetQueryExecution
-
- All Implemented Interfaces:
Execution,ResultSetExecution
public class SpreadsheetQueryExecution extends Object implements ResultSetExecution
Execution of SELECT Command- Author:
- felias
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetQueryExecution(Select query, GoogleSpreadsheetConnection connection, ExecutionContext executionContext)
-
-
-
Constructor Detail
-
SpreadsheetQueryExecution
public SpreadsheetQueryExecution(Select query, GoogleSpreadsheetConnection connection, ExecutionContext executionContext)
-
-
Method Detail
-
cancel
public void cancel() throws TranslatorException- Specified by:
cancelin interfaceExecution- Throws:
TranslatorException
-
execute
public void execute() throws TranslatorException- Specified by:
executein interfaceExecution- Throws:
TranslatorException
-
next
public List<?> next() throws TranslatorException, DataNotAvailableException
- Specified by:
nextin interfaceResultSetExecution- Throws:
TranslatorExceptionDataNotAvailableException
-
-