|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgudusoft.gsqlparser.nodes.TParseTreeNode
gudusoft.gsqlparser.nodes.TDmlEventClause
public class TDmlEventClause
The DML_event_clause lets you specify one of three DML statements that can cause the trigger to fire. the database fires the trigger in the existing user transaction.
Constructor Summary | |
---|---|
TDmlEventClause()
|
Method Summary | |
---|---|
TObjectNameList |
getColumnList()
Fire the trigger whenever an UPDATE statement changes a value in one of the columns specified after OF. |
TObjectName |
getTableName()
table that DML statement act on. |
void |
init(java.lang.Object arg1,
java.lang.Object arg2)
|
boolean |
isDelete()
If it's true, fire the trigger whenever a DELETE statement removes a row from the table or removes an element from a nested table. |
boolean |
isInsert()
If it's true, fire the trigger whenever an INSERT statement adds a row to a table or adds an element to a nested table. |
boolean |
isUpdate()
If it's true, fire the trigger whenever an UPDATE statement changes a value in one of the columns specified after OF. |
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode |
---|
accept, addAllMyTokensToTokenList, doParse, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, setDummyTag, setEndToken, setEndToken, setGsqlparser, setNodeType, setStartToken, setStartToken, setString, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TDmlEventClause()
Method Detail |
---|
public TObjectName getTableName()
public void init(java.lang.Object arg1, java.lang.Object arg2)
init
in class TParseTreeNode
public boolean isDelete()
public boolean isUpdate()
public boolean isInsert()
public TObjectNameList getColumnList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |