Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.constraints.Index

Packages that use Index
org.eclipse.wst.rdb.internal.models.sql.constraints   
org.eclipse.wst.rdb.internal.models.sql.constraints.impl   
org.eclipse.wst.rdb.internal.models.sql.constraints.util   
 

Uses of Index in org.eclipse.wst.rdb.internal.models.sql.constraints
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints that return Index
 Index SQLConstraintsFactory.createIndex()
          Returns a new object of class 'Index'.
 Index ForeignKey.getUniqueIndex()
          Returns the value of the 'Unique Index' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints with parameters of type Index
 void ForeignKey.setUniqueIndex(Index value)
          Sets the value of the 'Unique Index' reference.
 

Uses of Index in org.eclipse.wst.rdb.internal.models.sql.constraints.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that implement Index
 class IndexImpl
          An implementation of the model object 'Index'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return Index
 Index ForeignKeyImpl.basicGetUniqueIndex()
           
 Index SQLConstraintsFactoryImpl.createIndex()
           
 Index ForeignKeyImpl.getUniqueIndex()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl with parameters of type Index
 org.eclipse.emf.common.notify.NotificationChain ForeignKeyImpl.basicSetUniqueIndex(Index newUniqueIndex, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ForeignKeyImpl.setUniqueIndex(Index newUniqueIndex)
           
 

Uses of Index in org.eclipse.wst.rdb.internal.models.sql.constraints.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.util with parameters of type Index
 java.lang.Object SQLConstraintsSwitch.caseIndex(Index object)
          Returns the result of interpretting the object as an instance of 'Index'.