net.sf.letsparty.statement
Class PartitionedTableInStatement
java.lang.Object
net.sf.letsparty.statement.PartitionedTableInStatement
- public class PartitionedTableInStatement
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
partitionedTable
private PartitionedTable partitionedTable
isRightMemeberInJoin
private boolean isRightMemeberInJoin
PartitionedTableInStatement
public PartitionedTableInStatement(PartitionedTable partitionedTable)
PartitionedTableInStatement
public PartitionedTableInStatement(PartitionedTable partitionedTable,
boolean isRightMemeberInJoin)
isRightMemeberInJoin
public boolean isRightMemeberInJoin()
getPartitionedTable
public PartitionedTable getPartitionedTable()
setRightMemeberInJoin
public void setRightMemeberInJoin(boolean b)
setPartitionedTable
public void setPartitionedTable(PartitionedTable table)