Uses of Class
org.eclipse.datatools.modelbase.sql.schema.GenerateType

Packages that use GenerateType
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.schema.impl   
 

Uses of GenerateType in org.eclipse.datatools.modelbase.sql.schema
 

Fields in org.eclipse.datatools.modelbase.sql.schema declared as GenerateType
static GenerateType GenerateType.DEFAULT_GENERATED_LITERAL
          The 'DEFAULT GENERATED' literal object.
static GenerateType GenerateType.ALWAYS_GENERATED_LITERAL
          The 'ALWAYS GENERATED' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.schema that return GenerateType
 GenerateType IdentitySpecifier.getGenerationType()
          Returns the value of the 'Generation Type' attribute.
static GenerateType GenerateType.get(java.lang.String literal)
          Returns the 'Generate Type' literal with the specified literal value.
static GenerateType GenerateType.getByName(java.lang.String name)
          Returns the 'Generate Type' literal with the specified name.
static GenerateType GenerateType.get(int value)
          Returns the 'Generate Type' literal with the specified integer value.
 

Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type GenerateType
 void IdentitySpecifier.setGenerationType(GenerateType value)
          Sets the value of the 'Generation Type' attribute.
 

Uses of GenerateType in org.eclipse.datatools.modelbase.sql.schema.impl
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return GenerateType
 GenerateType SQLSchemaFactoryImpl.createGenerateTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenerateType IdentitySpecifierImpl.getGenerationType()
           
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type GenerateType
 void IdentitySpecifierImpl.setGenerationType(GenerateType newGenerationType)
           
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.