|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--EVEDemo.SWEEP.RelationList
RelationList The Relation here must be unique. P.S. If the Relations with different Alias, they are different
| Field Summary | |
(package private) java.util.Vector |
RList
|
| Constructor Summary | |
RelationList()
|
|
| Method Summary | |
void |
add(Relation R)
Add One Relation in the Relation list. |
void |
drop(Relation R)
Drop One Relation in the Relation List. |
boolean |
find(Relation R)
This function will find the EXACT Relation. |
java.lang.String |
getSQL()
Return the a part of SQL back. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.util.Vector RList
| Constructor Detail |
public RelationList()
| Method Detail |
public void add(Relation R)
throws java.lang.Exception
public void drop(Relation R)
throws java.lang.Exception
public boolean find(Relation R)
throws java.lang.Exception
public java.lang.String getSQL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||