net.sf.letsparty.statement
Class PartitionedTableInStatement

java.lang.Object
  extended bynet.sf.letsparty.statement.PartitionedTableInStatement

public class PartitionedTableInStatement
extends java.lang.Object


Field Summary
private  boolean isRightMemeberInJoin
           
private  PartitionedTable partitionedTable
           
 
Constructor Summary
PartitionedTableInStatement(PartitionedTable partitionedTable)
           
PartitionedTableInStatement(PartitionedTable partitionedTable, boolean isRightMemeberInJoin)
           
 
Method Summary
 PartitionedTable getPartitionedTable()
           
 boolean isRightMemeberInJoin()
           
 void setPartitionedTable(PartitionedTable table)
           
 void setRightMemeberInJoin(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partitionedTable

private PartitionedTable partitionedTable

isRightMemeberInJoin

private boolean isRightMemeberInJoin
Constructor Detail

PartitionedTableInStatement

public PartitionedTableInStatement(PartitionedTable partitionedTable)

PartitionedTableInStatement

public PartitionedTableInStatement(PartitionedTable partitionedTable,
                                   boolean isRightMemeberInJoin)
Method Detail

isRightMemeberInJoin

public boolean isRightMemeberInJoin()

getPartitionedTable

public PartitionedTable getPartitionedTable()

setRightMemeberInJoin

public void setRightMemeberInJoin(boolean b)

setPartitionedTable

public void setPartitionedTable(PartitionedTable table)