net.sf.letsparty.parser.expression
Class IntersectionPartitionedExpression

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

public class IntersectionPartitionedExpression
extends java.lang.Object
implements PartitionedExpression


Field Summary
private  PartitionedExpression leftPartitionedExpression
           
private  PartitionedExpression rightPartitionedExpression
           
 
Constructor Summary
IntersectionPartitionedExpression()
           
IntersectionPartitionedExpression(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

IntersectionPartitionedExpression

public IntersectionPartitionedExpression()

IntersectionPartitionedExpression

public IntersectionPartitionedExpression(PartitionedExpression left,
                                         PartitionedExpression right)
Method Detail

getPartitionedTableSuffixList

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