|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdatabilityType | |
---|---|
org.eclipse.datatools.modelbase.sql.query |
Uses of UpdatabilityType in org.eclipse.datatools.modelbase.sql.query |
---|
Fields in org.eclipse.datatools.modelbase.sql.query declared as UpdatabilityType | |
---|---|
static UpdatabilityType |
UpdatabilityType.READ_ONLY_LITERAL
The 'READ ONLY' literal object. |
static UpdatabilityType |
UpdatabilityType.UPDATE_LITERAL
The 'UPDATE' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.query that return UpdatabilityType | |
---|---|
static UpdatabilityType |
UpdatabilityType.get(int value)
Returns the 'Updatability Type' literal with the specified integer value. |
static UpdatabilityType |
UpdatabilityType.get(java.lang.String literal)
Returns the 'Updatability Type' literal with the specified literal value. |
static UpdatabilityType |
UpdatabilityType.getByName(java.lang.String name)
Returns the 'Updatability Type' literal with the specified name. |
UpdatabilityType |
UpdatabilityExpression.getUpdatabilityType()
Returns the value of the 'Updatability Type' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type UpdatabilityType | |
---|---|
void |
UpdatabilityExpression.setUpdatabilityType(UpdatabilityType value)
Sets the value of the ' Updatability Type ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |