public class JoinCondition extends Object
| Constructor and Description |
|---|
JoinCondition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition() |
JoinType |
getJoinType() |
String |
getLeftKey() |
String |
getRightKey() |
void |
setCondition(String condition) |
void |
setJoinType(JoinType joinType) |
void |
setLeftKey(String leftKey) |
void |
setRightKey(String rightKey) |
String |
toString() |
public String getLeftKey()
public void setLeftKey(String leftKey)
public String getRightKey()
public void setRightKey(String rightKey)
public String getCondition()
public void setCondition(String condition)
public JoinType getJoinType()
public void setJoinType(JoinType joinType)
Copyright © 2018–2020 ODPi. All rights reserved.