org.teiid.connector.language
Interface IBatchedUpdates

All Superinterfaces:
ICommand, ILanguageObject

public interface IBatchedUpdates
extends ICommand

Represents a batch of INSERT, UPDATE and DELETE commands to be executed together.

Since:
4.2

Method Summary
 java.util.List<ICommand> getUpdateCommands()
           
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getUpdateCommands

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


Copyright © 2009. All Rights Reserved.