org.teiid.connector.language
Interface ISetQuery

All Superinterfaces:
ICommand, IInsertValueSource, ILanguageObject, IQueryCommand

public interface ISetQuery
extends IQueryCommand


Nested Class Summary
static class ISetQuery.Operation
           
 
Method Summary
 IQueryCommand getLeftQuery()
           
 ISetQuery.Operation getOperation()
           
 IQueryCommand getRightQuery()
           
 boolean isAll()
           
 void setAll(boolean all)
           
 void setLeftQuery(IQueryCommand leftQuery)
           
 void setOperation(ISetQuery.Operation operation)
           
 void setRightQuery(IQueryCommand rightQuery)
           
 
Methods inherited from interface org.teiid.connector.language.IQueryCommand
getColumnNames, getColumnTypes, getLimit, getOrderBy, getProjectedQuery, setLimit, setOrderBy
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

isAll

boolean isAll()

setAll

void setAll(boolean all)

getOperation

ISetQuery.Operation getOperation()

setOperation

void setOperation(ISetQuery.Operation operation)

getLeftQuery

IQueryCommand getLeftQuery()

setLeftQuery

void setLeftQuery(IQueryCommand leftQuery)

getRightQuery

IQueryCommand getRightQuery()

setRightQuery

void setRightQuery(IQueryCommand rightQuery)


Copyright © 2009. All Rights Reserved.