|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.UnionInfo
public class UnionInfo
class UnionInfo defines info of a union statement
| Constructor Summary | |
|---|---|
UnionInfo()
constructor an empty object |
|
UnionInfo(java.lang.String queryName,
boolean unionAll)
constructor an object with specific content |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
compare the object |
java.lang.String |
getQueryName()
get the union query name |
boolean |
getUnionStatus()
get the unionAll status |
void |
setQueryName(java.lang.String queryName)
set query name value |
void |
setUnionStatus(boolean unionAll)
set unionAll value |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnionInfo()
public UnionInfo(java.lang.String queryName,
boolean unionAll)
queryName - be unioned query nameunionAll - if this union is union all or not| Method Detail |
|---|
public java.lang.String getQueryName()
public boolean getUnionStatus()
public void setQueryName(java.lang.String queryName)
queryName - the query name valuepublic void setUnionStatus(boolean unionAll)
unionAll - unionAll status valuepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||