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

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

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

Fields in org.eclipse.emf.cdo.dbgen declared as ColumnType
static ColumnType ColumnType.BIGINT_LITERAL
          The 'BIGINT' literal object
static ColumnType ColumnType.BINARY_LITERAL
          The 'BINARY' literal object
static ColumnType ColumnType.BIT_LITERAL
          The 'BIT' literal object
static ColumnType ColumnType.BLOB_LITERAL
          The 'BLOB' literal object
static ColumnType ColumnType.BOOLEAN_LITERAL
          The 'BOOLEAN' literal object
static ColumnType ColumnType.CHAR_LITERAL
          The 'CHAR' literal object
static ColumnType ColumnType.CLOB_LITERAL
          The 'CLOB' literal object
static ColumnType ColumnType.DATE_LITERAL
          The 'DATE' literal object
static ColumnType ColumnType.DECIMAL_LITERAL
          The 'DECIMAL' literal object
static ColumnType ColumnType.DOUBLE_LITERAL
          The 'DOUBLE' literal object
static ColumnType ColumnType.FLOAT_LITERAL
          The 'FLOAT' literal object
static ColumnType ColumnType.INTEGER_LITERAL
          The 'INTEGER' literal object
static ColumnType ColumnType.LONGVARBINARY_LITERAL
          The 'LONGVARBINARY' literal object
static ColumnType ColumnType.LONGVARCHAR_LITERAL
          The 'LONGVARCHAR' literal object
static ColumnType ColumnType.NUMERIC_LITERAL
          The 'NUMERIC' literal object
static ColumnType ColumnType.REAL_LITERAL
          The 'REAL' literal object
static ColumnType ColumnType.SMALLINT_LITERAL
          The 'SMALLINT' literal object
static ColumnType ColumnType.TIME_LITERAL
          The 'TIME' literal object
static ColumnType ColumnType.TIMESTAMP_LITERAL
          The 'TIMESTAMP' literal object
static ColumnType ColumnType.TINYINT_LITERAL
          The 'TINYINT' literal object
static ColumnType ColumnType.VARBINARY_LITERAL
          The 'VARBINARY' literal object
static ColumnType ColumnType.VARCHAR_LITERAL
          The 'VARCHAR' literal object
 

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

Methods in org.eclipse.emf.cdo.dbgen with parameters of type ColumnType
 Column Table.addColumn(java.lang.String name, ColumnType type)
           
 Column Table.addColumn(java.lang.String name, ColumnType type, int length)
           
 Column Table.addColumn(java.lang.String name, ColumnType type, int length, java.lang.String constraint)
           
 Column Table.addColumn(java.lang.String name, ColumnType type, java.lang.String constraint)
           
 void Column.setType(ColumnType value)
          Sets the value of the 'Type' attribute
 

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

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

Methods in org.eclipse.emf.cdo.dbgen.impl that return ColumnType
 ColumnType DBGenFactoryImpl.createColumnTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ColumnType ColumnImpl.getType()
           
 

Methods in org.eclipse.emf.cdo.dbgen.impl with parameters of type ColumnType
 Column TableImpl.addColumn(java.lang.String name, ColumnType type)
           
 Column TableImpl.addColumn(java.lang.String name, ColumnType type, int length)
           
 Column TableImpl.addColumn(java.lang.String name, ColumnType type, int length, java.lang.String constraint)
           
 Column TableImpl.addColumn(java.lang.String name, ColumnType type, java.lang.String constraint)
           
 void ColumnImpl.setType(ColumnType newType)
           
 


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