|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.model.Clause
public class Clause
| Field Summary | |
|---|---|
protected From |
from
|
protected GroupBy |
groupBy
|
protected OrderBy |
orderBy
|
protected Select |
select
|
protected Where |
where
|
| Constructor Summary | |
|---|---|
Clause()
|
|
Clause(From from)
|
|
Clause(GroupBy groupBy)
|
|
Clause(OrderBy orderBy)
|
|
Clause(Select select)
|
|
Clause(Where where)
|
|
| Method Summary | |
|---|---|
void |
accept(QueryVisitor visitor)
|
From |
getFrom()
Gets the value of the from property. |
GroupBy |
getGroupBy()
Gets the value of the GroupBy property. |
OrderBy |
getOrderBy()
Gets the value of the orderBy property. |
Select |
getSelect()
Gets the value of the select property. |
Where |
getWhere()
Gets the value of the where property. |
void |
setFrom(From value)
Sets the value of the from property. |
void |
setGroupBy(GroupBy value)
Sets the value of the GroupBy property. |
void |
setOrderBy(OrderBy value)
Sets the value of the orderBy property. |
void |
setSelect(Select value)
Sets the value of the select property. |
void |
setWhere(Where value)
Sets the value of the where property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OrderBy orderBy
protected GroupBy groupBy
protected Where where
protected From from
protected Select select
| Constructor Detail |
|---|
public Clause()
public Clause(Select select)
public Clause(From from)
public Clause(Where where)
public Clause(OrderBy orderBy)
public Clause(GroupBy groupBy)
| Method Detail |
|---|
public OrderBy getOrderBy()
OrderBypublic void setOrderBy(OrderBy value)
value - allowed object is
OrderBypublic GroupBy getGroupBy()
GroupBypublic void setGroupBy(GroupBy value)
value - allowed object is
GroupBypublic Where getWhere()
Wherepublic void setWhere(Where value)
value - allowed object is
Wherepublic From getFrom()
Frompublic void setFrom(From value)
value - allowed object is
Frompublic Select getSelect()
Selectpublic void setSelect(Select value)
value - allowed object is
Selectpublic void accept(QueryVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||