| |
|
| java.lang.Object org.netbeans.lib.ddl.impl.TriggerEvent
TriggerEvent | public class TriggerEvent (Code) | | Describes trigger. Encapsulates name, timing (when it fires; when user INSERTs of
some data, after UPDATE or DELETE). In trigger descriptor this values should be
combined together.
|
Field Summary | |
final public static int | DELETE | final public static int | INSERT | final public static int | UPDATE |
DELETE | final public static int DELETE(Code) | | |
INSERT | final public static int INSERT(Code) | | |
UPDATE | final public static int UPDATE(Code) | | |
getColumn | public String getColumn()(Code) | | Returns name of column
|
getColumnProperties | public Map getColumnProperties(AbstractCommand cmd) throws DDLException(Code) | | Returns properties and it's values supported by this object.
event.name Name of event
event.column Name of column
Throws DDLException if object name is not specified.
|
getFormat | public String getFormat()(Code) | | Returns name of column
|
getName | public static String getName(int code)(Code) | | Converts code into string representation
|
setColumn | public void setColumn(String column)(Code) | | Sets name of column
|
setFormat | public void setFormat(String fmt)(Code) | | Sets name of column
|
|
|
|