org.teiid.connector.language
Interface IDelete

All Superinterfaces:
ICommand, ILanguageObject

public interface IDelete
extends ICommand

Represents a DELETE command in the language objects.


Method Summary
 ICriteria getCriteria()
          Get criteria that is being used with the delete - may be null
 IGroup getGroup()
          Get group that is being inserted into.
 void setCriteria(ICriteria criteria)
          Set criteria that is being used with the delete - may be null
 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

getCriteria

ICriteria getCriteria()
Get criteria that is being used with the delete - may be null

Returns:
Criteria, may be null

setGroup

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

Parameters:
group - Insert group

setCriteria

void setCriteria(ICriteria criteria)
Set criteria that is being used with the delete - may be null

Parameters:
criteria - Criteria, may be null


Copyright © 2009. All Rights Reserved.