|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.constraints |
Methods in org.eclipse.datatools.modelbase.sql.constraints that return ReferentialActionType | |
ReferentialActionType |
ForeignKey.getOnUpdate()
Returns the value of the 'On Update' attribute. |
ReferentialActionType |
ForeignKey.getOnDelete()
Returns the value of the 'On Delete' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type ReferentialActionType | |
void |
ForeignKey.setOnUpdate(ReferentialActionType value)
Sets the value of the ' On Update ' attribute. |
void |
ForeignKey.setOnDelete(ReferentialActionType value)
Sets the value of the ' On Delete ' attribute. |
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.constraints.impl |
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return ReferentialActionType | |
ReferentialActionType |
ForeignKeyImpl.getOnUpdate()
|
ReferentialActionType |
ForeignKeyImpl.getOnDelete()
|
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type ReferentialActionType | |
void |
ForeignKeyImpl.setOnUpdate(ReferentialActionType newOnUpdate)
|
void |
ForeignKeyImpl.setOnDelete(ReferentialActionType newOnDelete)
|
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.datatypes |
Methods in org.eclipse.datatools.modelbase.sql.datatypes that return ReferentialActionType | |
ReferentialActionType |
Field.getScopeCheck()
Returns the value of the 'Scope Check' attribute. |
ReferentialActionType |
AttributeDefinition.getScopeCheck()
Returns the value of the 'Scope Check' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type ReferentialActionType | |
void |
Field.setScopeCheck(ReferentialActionType value)
Sets the value of the ' Scope Check ' attribute. |
void |
AttributeDefinition.setScopeCheck(ReferentialActionType value)
Sets the value of the ' Scope Check ' attribute. |
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.datatypes.impl |
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return ReferentialActionType | |
ReferentialActionType |
FieldImpl.getScopeCheck()
|
ReferentialActionType |
AttributeDefinitionImpl.getScopeCheck()
|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type ReferentialActionType | |
void |
FieldImpl.setScopeCheck(ReferentialActionType newScopeCheck)
|
void |
AttributeDefinitionImpl.setScopeCheck(ReferentialActionType newScopeCheck)
|
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.schema |
Fields in org.eclipse.datatools.modelbase.sql.schema declared as ReferentialActionType | |
static ReferentialActionType |
ReferentialActionType.NO_ACTION_LITERAL
The 'NO ACTION' literal object. |
static ReferentialActionType |
ReferentialActionType.RESTRICT_LITERAL
The 'RESTRICT' literal object. |
static ReferentialActionType |
ReferentialActionType.CASCADE_LITERAL
The 'CASCADE' literal object. |
static ReferentialActionType |
ReferentialActionType.SET_NULL_LITERAL
The 'SET NULL' literal object. |
static ReferentialActionType |
ReferentialActionType.SET_DEFAULT_LITERAL
The 'SET DEFAULT' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.schema that return ReferentialActionType | |
static ReferentialActionType |
ReferentialActionType.get(java.lang.String literal)
Returns the 'Referential Action Type' literal with the specified literal value. |
static ReferentialActionType |
ReferentialActionType.getByName(java.lang.String name)
Returns the 'Referential Action Type' literal with the specified name. |
static ReferentialActionType |
ReferentialActionType.get(int value)
Returns the 'Referential Action Type' literal with the specified integer value. |
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.schema.impl |
Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return ReferentialActionType | |
ReferentialActionType |
SQLSchemaFactoryImpl.createReferentialActionTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.tables |
Methods in org.eclipse.datatools.modelbase.sql.tables that return ReferentialActionType | |
ReferentialActionType |
Column.getScopeCheck()
Returns the value of the 'Scope Check' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type ReferentialActionType | |
void |
Column.setScopeCheck(ReferentialActionType value)
Sets the value of the ' Scope Check ' attribute. |
Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.tables.impl |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ReferentialActionType | |
ReferentialActionType |
ColumnImpl.getScopeCheck()
|
Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type ReferentialActionType | |
void |
ColumnImpl.setScopeCheck(ReferentialActionType newScopeCheck)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |