public class TriggerAction extends Command
LanguageObject.UtiltempGroupIDs, TYPE_ALTER_PROC, TYPE_ALTER_TRIGGER, TYPE_ALTER_VIEW, TYPE_BATCHED_UPDATE, TYPE_CREATE, TYPE_DELETE, TYPE_DROP, TYPE_DYNAMIC, TYPE_EXPLAIN, TYPE_INSERT, TYPE_QUERY, TYPE_SOURCE_EVENT, TYPE_STORED_PROCEDURE, TYPE_TRIGGER_ACTION, TYPE_UNKNOWN, TYPE_UPDATE, TYPE_UPDATE_PROCEDURE| Constructor and Description |
|---|
TriggerAction(Block b) |
| Modifier and Type | Method and Description |
|---|---|
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(Object obj) |
Block |
getBlock() |
List<Expression> |
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) |
String |
toString()
Returns a string representation of an instance of this class.
|
addExternalGroupToContext, copyMetadataState, getActualCommand, getAllExternalGroups, getCacheHint, getCommandToken, getCorrelatedReferences, getExternalGroupContexts, getOption, getProcessorPlan, getResultSetColumns, getSourceHint, getTemporaryMetadata, getUpdateCommandSymbol, printCommandTree, printCommandTree, pushNewResolvingContext, returnsResultSet, sameOptionAndHint, setCacheHint, setCorrelatedReferences, setExternalGroupContexts, setOption, setProcessorPlan, setSourceHint, setTemporaryMetadatapublic TriggerAction(Block b)
public Block getBlock()
public void setBlock(Block block)
public GroupSymbol getView()
public void setView(GroupSymbol view)
public String toString()
Commandpublic void acceptVisitor(LanguageVisitor visitor)
LanguageObjectvisitor - Visitor being usedpublic TriggerAction clone()
LanguageObjectclone in interface LanguageObjectclone in class Commandpublic boolean areResultsCachable()
CommandareResultsCachable in class Commandpublic List<Expression> getProjectedSymbols()
CommandgetProjectedSymbols in class CommandCopyright © 2019. All rights reserved.