public class Select extends Object implements SQL
Modifier and Type | Field and Description |
---|---|
private ArrayList |
columns |
private ArrayList |
groupBy |
private ArrayList |
orderBy |
private ArrayList |
tables |
private Object |
where |
Constructor and Description |
---|
Select() |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(Object column) |
void |
addGroupBy(FQColumn column) |
void |
addOrderBy(OrderBy o) |
void |
addTable(Object table) |
Object |
getColumn(int index) |
int |
getColumnCount() |
Object |
getGroupBy(int index) |
int |
getGroupByCount() |
OrderBy |
getOrderBy(int index) |
int |
getOrderByCount() |
Object |
getTable(int index) |
int |
getTableCount() |
Object |
getWhere() |
(package private) Table |
resolveTable(int index) |
void |
setWhere(Object where) |
String |
toString() |
private ArrayList columns
private ArrayList tables
private Object where
private ArrayList groupBy
private ArrayList orderBy
public int getColumnCount()
public Object getColumn(int index)
public int getTableCount()
public Object getTable(int index)
public void addColumn(Object column)
public void addTable(Object table)
public void addGroupBy(FQColumn column)
public int getGroupByCount()
public Object getGroupBy(int index)
public void addOrderBy(OrderBy o)
public int getOrderByCount()
public OrderBy getOrderBy(int index)
public void setWhere(Object where)
public Object getWhere()
Table resolveTable(int index)
Copyright © 2016 Open Microscopy Environment