public class Join extends Object
Modifier and Type | Field and Description |
---|---|
private Equation |
equation |
static int |
INNER |
private Object |
left |
private Table |
right |
private int |
type |
private static String[] |
types |
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) |
private Object left
private int type
private Table right
private Equation equation
public static final int INNER
private static final String[] types
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 © 2015 Open Microscopy Environment