public class JoinCond extends 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 |
setPreserved(boolean preserved) |
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)
public void setPreserved(boolean preserved)
Copyright © 2017 The Apache Software Foundation. All rights reserved.