Uses of Class
org.eclipse.emf.cdo.dbgen.IndexType

Packages that use IndexType
org.eclipse.emf.cdo.dbgen   
org.eclipse.emf.cdo.dbgen.impl   
 

Uses of IndexType in org.eclipse.emf.cdo.dbgen
 

Fields in org.eclipse.emf.cdo.dbgen declared as IndexType
static IndexType IndexType.NON_UNIQUE_LITERAL
          The 'NON UNIQUE' literal object
static IndexType IndexType.PRIMARY_LITERAL
          The 'PRIMARY' literal object
static IndexType IndexType.UNIQUE_LITERAL
          The 'UNIQUE' literal object
 

Methods in org.eclipse.emf.cdo.dbgen that return IndexType
static IndexType IndexType.get(int value)
          Returns the 'Index Type' literal with the specified integer value
static IndexType IndexType.get(java.lang.String literal)
          Returns the 'Index Type' literal with the specified literal value
static IndexType IndexType.getByName(java.lang.String name)
          Returns the 'Index Type' literal with the specified name
 IndexType Index.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.eclipse.emf.cdo.dbgen with parameters of type IndexType
 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)
           
 void Index.setType(IndexType value)
          Sets the value of the 'Type' attribute
 

Uses of IndexType in org.eclipse.emf.cdo.dbgen.impl
 

Fields in org.eclipse.emf.cdo.dbgen.impl declared as IndexType
protected  IndexType IndexImpl.type
          The cached value of the 'Type' attribute
protected static IndexType IndexImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute
 

Methods in org.eclipse.emf.cdo.dbgen.impl that return IndexType
 IndexType DBGenFactoryImpl.createIndexTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IndexType IndexImpl.getType()
           
 

Methods in org.eclipse.emf.cdo.dbgen.impl with parameters of type IndexType
 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)
           
 void IndexImpl.setType(IndexType newType)
           
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.