Package org.teiid.translator.google
Class DirectSpreadsheetQueryExecution
- java.lang.Object
-
- org.teiid.translator.google.DirectSpreadsheetQueryExecution
-
- All Implemented Interfaces:
org.teiid.translator.Execution,org.teiid.translator.ProcedureExecution,org.teiid.translator.ResultSetExecution
public class DirectSpreadsheetQueryExecution extends Object implements org.teiid.translator.ProcedureExecution
-
-
Constructor Summary
Constructors Constructor Description DirectSpreadsheetQueryExecution(String query, List<org.teiid.language.Argument> arguments, org.teiid.translator.ExecutionContext executionContext, org.teiid.translator.google.api.GoogleSpreadsheetConnection connection, boolean returnsArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidclose()voidexecute()List<?>getOutputParameterValues()List<?>next()
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceorg.teiid.translator.Execution
-
cancel
public void cancel() throws org.teiid.translator.TranslatorException- Specified by:
cancelin interfaceorg.teiid.translator.Execution- Throws:
org.teiid.translator.TranslatorException
-
execute
public void execute() throws org.teiid.translator.TranslatorException- Specified by:
executein interfaceorg.teiid.translator.Execution- Throws:
org.teiid.translator.TranslatorException
-
next
public List<?> next() throws org.teiid.translator.TranslatorException, org.teiid.translator.DataNotAvailableException
- Specified by:
nextin interfaceorg.teiid.translator.ResultSetExecution- Throws:
org.teiid.translator.TranslatorExceptionorg.teiid.translator.DataNotAvailableException
-
getOutputParameterValues
public List<?> getOutputParameterValues() throws org.teiid.translator.TranslatorException
- Specified by:
getOutputParameterValuesin interfaceorg.teiid.translator.ProcedureExecution- Throws:
org.teiid.translator.TranslatorException
-
-