public class CouchbaseUpdateExecution extends CouchbaseExecution implements org.teiid.translator.UpdateExecution
connection, executionContext, executionFactory, metadata| Modifier | Constructor and Description |
|---|---|
protected |
CouchbaseUpdateExecution(org.teiid.language.Command command,
CouchbaseExecutionFactory ef,
org.teiid.translator.ExecutionContext context,
org.teiid.metadata.RuntimeMetadata metadata,
org.teiid.couchbase.CouchbaseConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
int[] |
getUpdateCounts() |
protected CouchbaseUpdateExecution(org.teiid.language.Command command,
CouchbaseExecutionFactory ef,
org.teiid.translator.ExecutionContext context,
org.teiid.metadata.RuntimeMetadata metadata,
org.teiid.couchbase.CouchbaseConnection conn)
public 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.