|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TriggerDefinition
A representation of the model object 'Trigger Definition'.
The following features are supported:
Maximum Reference Part Length
Maximum Action Body Length
Type Supported
When Clause Supported
Granularity Supported
References Clause Supported
Per Column Update Trigger Supported
Instead Of Trigger Supported
Row Trigger Reference Supported
Table Trigger Reference Supported
Maximum Identifier Length
DatabaseDefinitionPackage.getTriggerDefinition()
Method Summary | |
---|---|
int |
getMaximumActionBodyLength()
Returns the value of the 'Maximum Action Body Length' attribute. |
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
int |
getMaximumReferencePartLength()
Returns the value of the 'Maximum Reference Part Length' attribute. |
boolean |
isGranularitySupported()
Returns the value of the 'Granularity Supported' attribute. |
boolean |
isInsteadOfTriggerSupported()
Returns the value of the 'Instead Of Trigger Supported' attribute. |
boolean |
isPerColumnUpdateTriggerSupported()
Returns the value of the 'Per Column Update Trigger Supported' attribute. |
boolean |
isReferencesClauseSupported()
Returns the value of the 'References Clause Supported' attribute. |
boolean |
isRowTriggerReferenceSupported()
Returns the value of the 'Row Trigger Reference Supported' attribute. |
boolean |
isTableTriggerReferenceSupported()
Returns the value of the 'Table Trigger Reference Supported' attribute. |
boolean |
isTypeSupported()
Returns the value of the 'Type Supported' attribute. |
boolean |
isWhenClauseSupported()
Returns the value of the 'When Clause Supported' attribute. |
void |
setGranularitySupported(boolean value)
Sets the value of the ' Granularity Supported ' attribute. |
void |
setInsteadOfTriggerSupported(boolean value)
Sets the value of the ' Instead Of Trigger Supported ' attribute. |
void |
setMaximumActionBodyLength(int value)
Sets the value of the ' Maximum Action Body Length ' attribute. |
void |
setMaximumIdentifierLength(int value)
Sets the value of the ' Maximum Identifier Length ' attribute. |
void |
setMaximumReferencePartLength(int value)
Sets the value of the ' Maximum Reference Part Length ' attribute. |
void |
setPerColumnUpdateTriggerSupported(boolean value)
Sets the value of the ' Per Column Update Trigger Supported ' attribute. |
void |
setReferencesClauseSupported(boolean value)
Sets the value of the ' References Clause Supported ' attribute. |
void |
setRowTriggerReferenceSupported(boolean value)
Sets the value of the ' Row Trigger Reference Supported ' attribute. |
void |
setTableTriggerReferenceSupported(boolean value)
Sets the value of the ' Table Trigger Reference Supported ' attribute. |
void |
setTypeSupported(boolean value)
Sets the value of the ' Type Supported ' attribute. |
void |
setWhenClauseSupported(boolean value)
Sets the value of the ' When Clause Supported ' attribute. |
Method Detail |
---|
int getMaximumReferencePartLength()
If the meaning of the 'Maximum Reference Part Length' attribute isn't clear, there really should be more of a description here...
setMaximumReferencePartLength(int)
,
DatabaseDefinitionPackage.getTriggerDefinition_MaximumReferencePartLength()
void setMaximumReferencePartLength(int value)
Maximum Reference Part Length
' attribute.
value
- the new value of the 'Maximum Reference Part Length' attribute.getMaximumReferencePartLength()
int getMaximumActionBodyLength()
If the meaning of the 'Maximum Action Body Length' attribute isn't clear, there really should be more of a description here...
setMaximumActionBodyLength(int)
,
DatabaseDefinitionPackage.getTriggerDefinition_MaximumActionBodyLength()
void setMaximumActionBodyLength(int value)
Maximum Action Body Length
' attribute.
value
- the new value of the 'Maximum Action Body Length' attribute.getMaximumActionBodyLength()
boolean isTypeSupported()
If the meaning of the 'Type Supported' attribute isn't clear, there really should be more of a description here...
setTypeSupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_TypeSupported()
void setTypeSupported(boolean value)
Type Supported
' attribute.
value
- the new value of the 'Type Supported' attribute.isTypeSupported()
boolean isWhenClauseSupported()
"true"
.
If the meaning of the 'When Clause Supported' attribute isn't clear, there really should be more of a description here...
setWhenClauseSupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_WhenClauseSupported()
void setWhenClauseSupported(boolean value)
When Clause Supported
' attribute.
value
- the new value of the 'When Clause Supported' attribute.isWhenClauseSupported()
boolean isGranularitySupported()
If the meaning of the 'Granularity Supported' attribute isn't clear, there really should be more of a description here...
setGranularitySupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_GranularitySupported()
void setGranularitySupported(boolean value)
Granularity Supported
' attribute.
value
- the new value of the 'Granularity Supported' attribute.isGranularitySupported()
boolean isReferencesClauseSupported()
If the meaning of the 'References Clause Supported' attribute isn't clear, there really should be more of a description here...
setReferencesClauseSupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_ReferencesClauseSupported()
void setReferencesClauseSupported(boolean value)
References Clause Supported
' attribute.
value
- the new value of the 'References Clause Supported' attribute.isReferencesClauseSupported()
boolean isPerColumnUpdateTriggerSupported()
If the meaning of the 'Per Column Update Trigger Supported' attribute isn't clear, there really should be more of a description here...
setPerColumnUpdateTriggerSupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_PerColumnUpdateTriggerSupported()
void setPerColumnUpdateTriggerSupported(boolean value)
Per Column Update Trigger Supported
' attribute.
value
- the new value of the 'Per Column Update Trigger Supported' attribute.isPerColumnUpdateTriggerSupported()
boolean isInsteadOfTriggerSupported()
If the meaning of the 'Instead Of Trigger Supported' attribute isn't clear, there really should be more of a description here...
setInsteadOfTriggerSupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_InsteadOfTriggerSupported()
void setInsteadOfTriggerSupported(boolean value)
Instead Of Trigger Supported
' attribute.
value
- the new value of the 'Instead Of Trigger Supported' attribute.isInsteadOfTriggerSupported()
boolean isRowTriggerReferenceSupported()
If the meaning of the 'Row Trigger Reference Supported' attribute isn't clear, there really should be more of a description here...
setRowTriggerReferenceSupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_RowTriggerReferenceSupported()
void setRowTriggerReferenceSupported(boolean value)
Row Trigger Reference Supported
' attribute.
value
- the new value of the 'Row Trigger Reference Supported' attribute.isRowTriggerReferenceSupported()
boolean isTableTriggerReferenceSupported()
If the meaning of the 'Table Trigger Reference Supported' attribute isn't clear, there really should be more of a description here...
setTableTriggerReferenceSupported(boolean)
,
DatabaseDefinitionPackage.getTriggerDefinition_TableTriggerReferenceSupported()
void setTableTriggerReferenceSupported(boolean value)
Table Trigger Reference Supported
' attribute.
value
- the new value of the 'Table Trigger Reference Supported' attribute.isTableTriggerReferenceSupported()
int getMaximumIdentifierLength()
If the meaning of the 'Maximum Identifier Length' attribute isn't clear, there really should be more of a description here...
setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getTriggerDefinition_MaximumIdentifierLength()
void setMaximumIdentifierLength(int value)
Maximum Identifier Length
' attribute.
value
- the new value of the 'Maximum Identifier Length' attribute.getMaximumIdentifierLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |