|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.sql.SQL
com.cyclops.dbdigger.sql.Select
Add description HERE!
| Field Summary | |
static Select[] |
EMPTY_ARRAY
Empty select array |
static String |
OPERATION
Select sql keyword |
| Constructor Summary | |
Select()
Constructor of class Select |
|
| Method Summary | |
void |
addOrderBy(OrderBy orderBy)
Method addOrderBy() |
Select |
addSelectedColumn(Column column)
Add single select column |
Select |
addSelectedColumns(Column[] columns)
Add selected columns |
Table[] |
getFroms()
Method getFroms() in class Select |
OrderBy[] |
getOrderBys()
Method getOrderBys() |
Column[] |
getSeletedColumns()
Method getSeletedColumns() in class Select |
Condition |
getWhere()
Get root where criterion |
Select |
setWhere(Condition c)
Set root where Criterion |
| Methods inherited from class com.cyclops.dbdigger.sql.SQL |
getOperation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Select[] EMPTY_ARRAY
public static final String OPERATION
| Constructor Detail |
public Select()
| Method Detail |
public void addOrderBy(OrderBy orderBy)
orderBy - OrderBy object to be addedpublic Select addSelectedColumn(Column column)
column - Database column
public Select addSelectedColumns(Column[] columns)
columns - Array of database columns
public Table[] getFroms()
public OrderBy[] getOrderBys()
public Column[] getSeletedColumns()
public Condition getWhere()
public Select setWhere(Condition c)
c - Criterion object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||