|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |