org.teiid.connector.language
Interface IInsert

All Superinterfaces:
ICommand, ILanguageObject
All Known Subinterfaces:
IBulkInsert

public interface IInsert
extends ICommand

Represents an INSERT command in the language objects.


Method Summary
 java.util.List<IElement> getElements()
          Get list of elements being inserted into
 IGroup getGroup()
          Get group that is being inserted into.
 java.util.List<IExpression> getValues()
          Get list of values being inserted
 void setGroup(IGroup group)
          Set group that is being inserted into.
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getGroup

IGroup getGroup()
Get group that is being inserted into.

Returns:
Insert group

getElements

java.util.List<IElement> getElements()
Get list of elements being inserted into

Returns:
List of IElement

getValues

java.util.List<IExpression> getValues()
Get list of values being inserted

Returns:
List of ILiteral

setGroup

void setGroup(IGroup group)
Set group that is being inserted into.

Parameters:
group - Insert group


Copyright © 2009. All Rights Reserved.