public class Join extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INNER |
Constructor and Description |
---|
Join() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Equation |
getEquation() |
Object |
getLeft() |
Table |
getRight() |
int |
getType() |
void |
setEquation(Equation equation) |
void |
setLeft(Object left) |
void |
setRight(Table right) |
void |
setType(int type) |
String |
toString() |
String |
toString(Select sql) |
public static final int INNER
public Object getLeft()
public void setLeft(Object left)
public void setRight(Table right)
public Table getRight()
public int getType()
public void setType(int type)
public Equation getEquation()
public void setEquation(Equation equation)
Copyright © 2014 Open Microscopy Environment