net.sf.letsparty.parser.expression
Class UnionPartitionedExpression

java.lang.Object
  extended bynet.sf.letsparty.parser.expression.UnionPartitionedExpression
All Implemented Interfaces:
PartitionedExpression

public class UnionPartitionedExpression
extends java.lang.Object
implements PartitionedExpression


Field Summary
private  PartitionedExpression leftPartitionedExpression
           
private  PartitionedExpression rightPartitionedExpression
           
 
Constructor Summary
UnionPartitionedExpression()
           
UnionPartitionedExpression(PartitionedExpression left, PartitionedExpression right)
           
 
Method Summary
 PartitionedTableSuffixList getPartitionedTableSuffixList(JdbcParsHandler jdbcParsHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leftPartitionedExpression

private PartitionedExpression leftPartitionedExpression

rightPartitionedExpression

private PartitionedExpression rightPartitionedExpression
Constructor Detail

UnionPartitionedExpression

public UnionPartitionedExpression()

UnionPartitionedExpression

public UnionPartitionedExpression(PartitionedExpression left,
                                  PartitionedExpression right)
Method Detail

getPartitionedTableSuffixList

public PartitionedTableSuffixList getPartitionedTableSuffixList(JdbcParsHandler jdbcParsHandler)
                                                         throws LetsPartyException
Specified by:
getPartitionedTableSuffixList in interface PartitionedExpression
Throws:
LetsPartyException