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

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

public final class CrossJoinRelation
extends ValueObject
implements Relation

Models cross join.

Author:
Ben Yu

Field Summary
 Relation left
           
 Relation right
           
 
Constructor Summary
CrossJoinRelation(Relation left, 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

right

public final Relation right
Constructor Detail

CrossJoinRelation

public CrossJoinRelation(Relation left,
                         Relation right)


Copyright © 2014. All rights reserved.