public class YahooExecution extends Object implements org.teiid.translator.ResultSetExecution
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVA_PROP_HTTP_PROXY_HOST |
static String |
JAVA_PROP_HTTP_PROXY_PORT |
| Constructor and Description |
|---|
YahooExecution(org.teiid.language.Select query) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
protected List<List<?>> |
executeUrl(String yahooUrl) |
List<?> |
next() |
public static final String JAVA_PROP_HTTP_PROXY_HOST
public static final String JAVA_PROP_HTTP_PROXY_PORT
public void execute()
throws org.teiid.translator.TranslatorException
execute in interface org.teiid.translator.Executionorg.teiid.translator.TranslatorExceptionprotected List<List<?>> executeUrl(String yahooUrl) throws org.teiid.translator.TranslatorException
yahooUrl - org.teiid.translator.TranslatorExceptionpublic List<?> next() throws org.teiid.translator.TranslatorException, org.teiid.translator.DataNotAvailableException
next in interface org.teiid.translator.ResultSetExecutionorg.teiid.translator.TranslatorExceptionorg.teiid.translator.DataNotAvailableExceptionpublic void close()
close in interface org.teiid.translator.Executionpublic void cancel()
throws org.teiid.translator.TranslatorException
cancel in interface org.teiid.translator.Executionorg.teiid.translator.TranslatorExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.