Uses of Class
org.eclipse.datatools.modelbase.sql.schema.ReferentialActionType

Packages that use ReferentialActionType
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.enablement.sybase.asa.catalog   
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.tables   
 

Uses of ReferentialActionType in org.eclipse.datatools.enablement.sybase.asa.base.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return ReferentialActionType
 ReferentialActionType SybaseASACatalogBaseForeignKey.getOnDelete()
           
 ReferentialActionType SybaseASACatalogBaseForeignKey.getOnUpdate()
           
 

Uses of ReferentialActionType in org.eclipse.datatools.enablement.sybase.asa.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.catalog that return ReferentialActionType
 ReferentialActionType SybaseASACatalogForeignKey.getOnDelete()
           
 ReferentialActionType SybaseASACatalogForeignKey.getOnUpdate()
           
 

Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.constraints
 

Methods in org.eclipse.datatools.modelbase.sql.constraints that return ReferentialActionType
 ReferentialActionType ForeignKey.getOnDelete()
          Returns the value of the 'On Delete' attribute.
 ReferentialActionType ForeignKey.getOnUpdate()
          Returns the value of the 'On Update' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type ReferentialActionType
 void ForeignKey.setOnDelete(ReferentialActionType value)
          Sets the value of the 'On Delete' attribute.
 void ForeignKey.setOnUpdate(ReferentialActionType value)
          Sets the value of the 'On Update' attribute.
 

Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.datatypes
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return ReferentialActionType
 ReferentialActionType AttributeDefinition.getScopeCheck()
          Returns the value of the 'Scope Check' attribute.
 ReferentialActionType Field.getScopeCheck()
          Returns the value of the 'Scope Check' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type ReferentialActionType
 void AttributeDefinition.setScopeCheck(ReferentialActionType value)
          Sets the value of the 'Scope Check' attribute.
 void Field.setScopeCheck(ReferentialActionType value)
          Sets the value of the 'Scope Check' attribute.
 

Uses of ReferentialActionType in org.eclipse.datatools.modelbase.sql.schema
 

Fields in org.eclipse.datatools.modelbase.sql.schema declared as ReferentialActionType
static ReferentialActionType ReferentialActionType.CASCADE_LITERAL
          The 'CASCADE' literal object.
static ReferentialActionType ReferentialActionType.NO_ACTION_LITERAL
          The 'NO ACTION' literal object.
static ReferentialActionType ReferentialActionType.RESTRICT_LITERAL
          The 'RESTRICT' literal object.
static ReferentialActionType ReferentialActionType.SET_DEFAULT_LITERAL
          The 'SET DEFAULT' literal object.
static ReferentialActionType ReferentialActionType.SET_NULL_LITERAL
          The 'SET NULL' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.schema that return ReferentialActionType
static ReferentialActionType ReferentialActionType.get(int value)
          Returns the 'Referential Action Type' literal with the specified integer value.
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.
 

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.