Uses of Interface
org.eclipse.datatools.modelbase.sql.constraints.Index

Packages that use Index
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.constraints.impl   
org.eclipse.datatools.modelbase.sql.constraints.util   
 

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

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.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.datatools.modelbase.sql.constraints.impl
 

Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement Index
 class IndexImpl
           An implementation of the model object 'Index'.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return Index
 Index SQLConstraintsFactoryImpl.createIndex()
           
 Index ForeignKeyImpl.getUniqueIndex()
           
 Index ForeignKeyImpl.basicGetUniqueIndex()
           
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type Index
 NotificationChain ForeignKeyImpl.basicSetUniqueIndex(Index newUniqueIndex, NotificationChain msgs)
           
 void ForeignKeyImpl.setUniqueIndex(Index newUniqueIndex)
           
 

Uses of Index in org.eclipse.datatools.modelbase.sql.constraints.util
 

Methods in org.eclipse.datatools.modelbase.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'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.