public class TriggerAction extends Command
LanguageObject.Util
tempGroupIDs, TYPE_ALTER_PROC, TYPE_ALTER_TRIGGER, TYPE_ALTER_VIEW, TYPE_BATCHED_UPDATE, TYPE_CREATE, TYPE_DELETE, TYPE_DROP, TYPE_DYNAMIC, 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, getAllExternalGroups, getCacheHint, getCommandToken, getCorrelatedReferences, getExternalGroupContexts, getOption, getProcessorPlan, getResultSetColumns, getSourceHint, getTemporaryMetadata, getUpdateCommandSymbol, isResolved, printCommandTree, printCommandTree, pushNewResolvingContext, returnsResultSet, sameOptionAndHint, setCacheHint, setCorrelatedReferences, setExternalGroupContexts, setIsResolved, setOption, setProcessorPlan, setSourceHint, setTemporaryMetadata
public TriggerAction(Block b)
public Block getBlock()
public void setBlock(Block block)
public GroupSymbol getView()
public void setView(GroupSymbol view)
public String toString()
Command
public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
visitor
- Visitor being usedpublic TriggerAction clone()
LanguageObject
clone
in interface LanguageObject
clone
in class Command
public boolean areResultsCachable()
Command
areResultsCachable
in class Command
public List<Expression> getProjectedSymbols()
Command
getProjectedSymbols
in class Command
Copyright © 2018 JBoss by Red Hat. All rights reserved.