public class ExcelUpdateExecution extends BaseExcelExecution implements org.teiid.translator.UpdateExecution
connection, evaluator, executionContext, metadata, rowIterator, visitor, workbook| Constructor and Description |
|---|
ExcelUpdateExecution(org.teiid.language.LanguageObject command,
org.teiid.translator.ExecutionContext executionContext,
org.teiid.metadata.RuntimeMetadata metadata,
org.teiid.translator.FileConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected File |
getNextXLSFile() |
int[] |
getUpdateCounts() |
void |
setWriteTo(File writeTo) |
cancel, close, getCurrentXLSFile, nextRow, setDataFormatter, visitpublic ExcelUpdateExecution(org.teiid.language.LanguageObject command,
org.teiid.translator.ExecutionContext executionContext,
org.teiid.metadata.RuntimeMetadata metadata,
org.teiid.translator.FileConnection connection)
throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionpublic int[] getUpdateCounts()
throws org.teiid.translator.DataNotAvailableException,
org.teiid.translator.TranslatorException
getUpdateCounts in interface org.teiid.translator.UpdateExecutionorg.teiid.translator.DataNotAvailableExceptionorg.teiid.translator.TranslatorExceptionpublic void execute()
throws org.teiid.translator.TranslatorException
execute in interface org.teiid.translator.Executionexecute in class BaseExcelExecutionorg.teiid.translator.TranslatorExceptionprotected File getNextXLSFile() throws org.teiid.translator.TranslatorException
getNextXLSFile in class BaseExcelExecutionorg.teiid.translator.TranslatorExceptionpublic void setWriteTo(File writeTo)
Copyright © 2019 JBoss by Red Hat. All rights reserved.