|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.language.BaseLanguageObject
org.teiid.language.BatchedUpdates
public class BatchedUpdates
Represents a batch of INSERT, UPDATE and DELETE commands to be executed together.
| Constructor Summary | |
|---|---|
BatchedUpdates(java.util.List<Command> updateCommands)
|
|
| Method Summary | |
|---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor)
|
java.util.List<Command> |
getUpdateCommands()
|
| Methods inherited from class org.teiid.language.BaseLanguageObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BatchedUpdates(java.util.List<Command> updateCommands)
| Method Detail |
|---|
public java.util.List<Command> getUpdateCommands()
public void acceptVisitor(LanguageObjectVisitor visitor)
acceptVisitor in interface LanguageObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||