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

Packages that use Index
org.eclipse.datatools.connectivity.sqm.core.rte.fe   
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
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.connectivity.sqm.core.rte.fe
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type Index
 java.lang.String GenericDdlBuilder.createIndex(Index index, boolean quoteIdentifiers, boolean qualifyNames)
           
 java.lang.String GenericDdlBuilder.dropIndex(Index index, boolean quoteIdentifiers, boolean qualifyNames)
           
 

Uses of Index in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Index
 class JDBCIndex
           
 

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 ForeignKeyImpl.basicGetUniqueIndex()
           
 Index SQLConstraintsFactoryImpl.createIndex()
           
 Index ForeignKeyImpl.getUniqueIndex()
           
 

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 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.