public class Select extends Object implements SQL
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() |
void |
setWhere(Object where) |
String |
toString() |
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()
Copyright © 2014 Open Microscopy Environment