org.teiid.language
Class BatchedUpdates

java.lang.Object
  extended by org.teiid.language.BaseLanguageObject
      extended by org.teiid.language.BatchedUpdates
All Implemented Interfaces:
Command, LanguageObject

public class BatchedUpdates
extends BaseLanguageObject
implements Command

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

BatchedUpdates

public BatchedUpdates(java.util.List<Command> updateCommands)
Method Detail

getUpdateCommands

public java.util.List<Command> getUpdateCommands()
Returns:
a list of IInsert, IUpdate and IDelete commands in this batched update.

acceptVisitor

public void acceptVisitor(LanguageObjectVisitor visitor)
Specified by:
acceptVisitor in interface LanguageObject


Copyright © 2010. All Rights Reserved.