org.codehaus.jparsec.examples.sql.ast
Class UnionRelation

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.sql.ast.UnionRelation
All Implemented Interfaces:
Relation

public final class UnionRelation
extends ValueObject
implements Relation

Models a union relation.

Author:
Ben Yu

Field Summary
 boolean all
           
 Relation left
           
 Relation right
           
 
Constructor Summary
UnionRelation(Relation left, boolean all, Relation right)
           
 
Method Summary
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

left

public final Relation left

all

public final boolean all

right

public final Relation right
Constructor Detail

UnionRelation

public UnionRelation(Relation left,
                     boolean all,
                     Relation right)


Copyright © 2014. All rights reserved.