|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.letsparty.parser.expression.IntersectionPartitionedExpression
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 |
private PartitionedExpression leftPartitionedExpression
private PartitionedExpression rightPartitionedExpression
Constructor Detail |
public IntersectionPartitionedExpression()
public IntersectionPartitionedExpression(PartitionedExpression left, PartitionedExpression right)
Method Detail |
public PartitionedTableSuffixList getPartitionedTableSuffixList(JdbcParsHandler jdbcParsHandler) throws LetsPartyException
getPartitionedTableSuffixList
in interface PartitionedExpression
LetsPartyException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |