public class SimpleDBUpdateExecute extends Object implements org.teiid.translator.UpdateExecution
| Constructor and Description |
|---|
SimpleDBUpdateExecute(org.teiid.language.Command command,
SimpleDBConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
int[] |
getUpdateCounts() |
public SimpleDBUpdateExecute(org.teiid.language.Command command,
SimpleDBConnection connection)
throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionpublic void execute()
throws org.teiid.translator.TranslatorException
execute in interface org.teiid.translator.Executionorg.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 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.