|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.sql.lang.Into
public class Into
Rpresent INTO clause in SELECT ... INTO ... clause, which is used to create temporary table.
| Constructor Summary | |
|---|---|
Into()
Construct default object |
|
Into(GroupSymbol group)
Construct object with specified group |
|
| Method Summary | |
|---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor. |
java.lang.Object |
clone()
Get deep clone of object |
boolean |
equals(java.lang.Object obj)
Check whether objects are equal |
GroupSymbol |
getGroup()
Get group held by clause |
int |
hashCode()
Get hash code of object |
void |
setGroup(GroupSymbol group)
Set the group held by the clause |
java.lang.String |
toString()
Returns a string representation of an instance of this class. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Into()
public Into(GroupSymbol group)
group - Group being held| Method Detail |
|---|
public void setGroup(GroupSymbol group)
group - Group to holdpublic GroupSymbol getGroup()
public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
acceptVisitor in interface LanguageObjectvisitor - Visitor being usedpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - Other object
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in interface LanguageObjectclone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||