|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.query.sql.lang.Command
org.teiid.query.sql.proc.TriggerAction
public class TriggerAction
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.teiid.query.sql.LanguageObject |
|---|
LanguageObject.Util |
| Field Summary |
|---|
| Fields inherited from class org.teiid.query.sql.lang.Command |
|---|
tempGroupIDs, TYPE_BATCHED_UPDATE, TYPE_CREATE, TYPE_DELETE, TYPE_DROP, TYPE_DYNAMIC, TYPE_INSERT, TYPE_QUERY, TYPE_SQL, TYPE_STORED_PROCEDURE, TYPE_TRIGGER_ACTION, TYPE_UNKNOWN, TYPE_UPDATE, TYPE_UPDATE_PROCEDURE |
| Constructor Summary | |
|---|---|
TriggerAction(Block b)
|
|
| Method Summary | |
|---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor. |
boolean |
areResultsCachable()
Whether the results are cachable. |
TriggerAction |
clone()
Implement clone to make objects cloneable. |
boolean |
equals(java.lang.Object obj)
|
Block |
getBlock()
|
java.util.List<SingleElementSymbol> |
getProjectedSymbols()
Get the ordered list of all elements returned by this query. |
int |
getType()
Return type of command to make it easier to build switch statements by command type. |
GroupSymbol |
getView()
|
int |
hashCode()
|
void |
setBlock(Block block)
|
void |
setView(GroupSymbol view)
|
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 TriggerAction(Block b)
| Method Detail |
|---|
public Block getBlock()
public void setBlock(Block block)
public GroupSymbol getView()
public void setView(GroupSymbol view)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
Command
toString in class Commandpublic void acceptVisitor(LanguageVisitor visitor)
LanguageObject
visitor - Visitor being usedpublic TriggerAction clone()
LanguageObject
clone in interface LanguageObjectclone in class Commandpublic boolean areResultsCachable()
Command
areResultsCachable in class Commandpublic java.util.List<SingleElementSymbol> getProjectedSymbols()
Command
getProjectedSymbols in class Commandpublic int getType()
Command
getType in class Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||