|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionGranularityType | |
org.eclipse.datatools.modelbase.sql.tables | |
org.eclipse.datatools.modelbase.sql.tables.impl |
Uses of ActionGranularityType in org.eclipse.datatools.modelbase.sql.tables |
Fields in org.eclipse.datatools.modelbase.sql.tables declared as ActionGranularityType | |
static ActionGranularityType |
ActionGranularityType.STATEMENT_LITERAL
The 'STATEMENT' literal object. |
static ActionGranularityType |
ActionGranularityType.ROW_LITERAL
The 'ROW' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.tables that return ActionGranularityType | |
ActionGranularityType |
Trigger.getActionGranularity()
Returns the value of the 'Action Granularity' attribute. |
static ActionGranularityType |
ActionGranularityType.get(java.lang.String literal)
Returns the 'Action Granularity Type' literal with the specified literal value. |
static ActionGranularityType |
ActionGranularityType.getByName(java.lang.String name)
Returns the 'Action Granularity Type' literal with the specified name. |
static ActionGranularityType |
ActionGranularityType.get(int value)
Returns the 'Action Granularity Type' literal with the specified integer value. |
Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type ActionGranularityType | |
void |
Trigger.setActionGranularity(ActionGranularityType value)
Sets the value of the ' Action Granularity ' attribute. |
Uses of ActionGranularityType in org.eclipse.datatools.modelbase.sql.tables.impl |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ActionGranularityType | |
ActionGranularityType |
TriggerImpl.getActionGranularity()
|
ActionGranularityType |
SQLTablesFactoryImpl.createActionGranularityTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type ActionGranularityType | |
void |
TriggerImpl.setActionGranularity(ActionGranularityType newActionGranularity)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |