public class JoinCond
extends java.lang.Object
Constructor and Description |
---|
JoinCond() |
JoinCond(boolean p)
Constructor for a UNIQUEJOIN cond.
|
JoinCond(int left,
int right,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
JoinType |
getJoinType() |
int |
getLeft() |
boolean |
getPreserved() |
int |
getRight() |
void |
setJoinType(JoinType joinType) |
void |
setLeft(int left) |
void |
setRight(int right) |
public JoinCond()
public JoinCond(int left, int right, JoinType joinType)
public JoinCond(boolean p)
p
- true if table is preserved, false otherwisepublic boolean getPreserved()
public int getLeft()
public void setLeft(int left)
public int getRight()
public void setRight(int right)
public JoinType getJoinType()
public void setJoinType(JoinType joinType)
Copyright © 2012 The Apache Software Foundation