|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index | |
---|---|
org.eclipse.emf.cdo.dbgen | |
org.eclipse.emf.cdo.dbgen.impl | |
org.eclipse.emf.cdo.dbgen.util |
Uses of Index in org.eclipse.emf.cdo.dbgen |
---|
Methods in org.eclipse.emf.cdo.dbgen that return Index | |
---|---|
Index |
Table.addCompoundIndex(java.lang.String[] columnNames,
IndexType indexType)
|
Index |
Table.addCompoundIndex(java.lang.String columnNames,
IndexType indexType)
|
Index |
Table.addIndex(java.lang.String name,
IndexType type)
|
Index |
Table.addSimpleIndex(java.lang.String columnName,
IndexType indexType)
|
Index |
DBGenFactory.createIndex()
Returns a new object of class 'Index' |
Index |
Table.getIndex(java.lang.String name)
|
Index |
Table.getPrimaryIndex()
|
Uses of Index in org.eclipse.emf.cdo.dbgen.impl |
---|
Classes in org.eclipse.emf.cdo.dbgen.impl that implement Index | |
---|---|
class |
IndexImpl
An implementation of the model object 'Index' |
Methods in org.eclipse.emf.cdo.dbgen.impl that return Index | |
---|---|
Index |
TableImpl.addCompoundIndex(java.lang.String[] columnNames,
IndexType indexType)
|
Index |
TableImpl.addCompoundIndex(java.lang.String columnNames,
IndexType indexType)
|
Index |
TableImpl.addIndex(java.lang.String name,
IndexType type)
|
Index |
TableImpl.addSimpleIndex(java.lang.String columnName,
IndexType indexType)
|
Index |
DBGenFactoryImpl.createIndex()
|
Index |
TableImpl.getIndex(java.lang.String name)
|
Index |
TableImpl.getPrimaryIndex()
|
Methods in org.eclipse.emf.cdo.dbgen.impl with parameters of type Index | |
---|---|
protected java.lang.String |
SQLDialectImpl.composeColumnsString(Index index)
|
protected java.lang.String |
SQLDialectImpl.composeIndexCreationString(Index index)
|
Uses of Index in org.eclipse.emf.cdo.dbgen.util |
---|
Methods in org.eclipse.emf.cdo.dbgen.util with parameters of type Index | |
---|---|
java.lang.Object |
DBGenSwitch.caseIndex(Index object)
Returns the result of interpretting the object as an instance of 'Index' |
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |