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

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

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

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

Methods in org.eclipse.datatools.modelbase.sql.schema that return GenerateType
static GenerateType GenerateType.get(int value)
          Returns the 'Generate Type' literal with the specified integer value.
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.
 GenerateType IdentitySpecifier.getGenerationType()
          Returns the value of the 'Generation Type' attribute.
 

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.