Uses of Interface
org.eclipse.datatools.modelbase.sql.schema.IdentitySpecifier

Packages that use IdentitySpecifier
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util   
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.schema.impl   
org.eclipse.datatools.modelbase.sql.schema.util   
org.eclipse.datatools.modelbase.sql.tables   
 

Uses of IdentitySpecifier in org.eclipse.datatools.enablement.ase.catalog
 

Methods in org.eclipse.datatools.enablement.ase.catalog that return IdentitySpecifier
 IdentitySpecifier SybaseASECatalogColumn.getIdentitySpecifier()
           
 

Uses of IdentitySpecifier in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel
 

Subinterfaces of IdentitySpecifier in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel
 interface IngresIdentitySpecifier
          A representation of the model object 'Ingres Identity Specifier'.
 

Uses of IdentitySpecifier in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl that implement IdentitySpecifier
 class IngresIdentitySpecifierImpl
          An implementation of the model object 'Ingres Identity Specifier'.
 

Uses of IdentitySpecifier in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util with parameters of type IdentitySpecifier
 java.lang.Object IngressqlmodelSwitch.caseIdentitySpecifier(IdentitySpecifier object)
          Returns the result of interpreting the object as an instance of 'Identity Specifier'.
 

Uses of IdentitySpecifier in org.eclipse.datatools.enablement.sybase.asa.base.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return IdentitySpecifier
 IdentitySpecifier SybaseASACatalogBaseColumn.getIdentitySpecifier()
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.schema that return IdentitySpecifier
 IdentitySpecifier SQLSchemaFactory.createIdentitySpecifier()
          Returns a new object of class 'Identity Specifier'.
 IdentitySpecifier Sequence.getIdentity()
          Returns the value of the 'Identity' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type IdentitySpecifier
 void Sequence.setIdentity(IdentitySpecifier value)
          Sets the value of the 'Identity' containment reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.schema.impl that implement IdentitySpecifier
 class org.eclipse.datatools.modelbase.sql.schema.impl.IdentitySpecifierImpl
           
 

Uses of IdentitySpecifier in org.eclipse.datatools.modelbase.sql.schema.util
 

Methods in org.eclipse.datatools.modelbase.sql.schema.util with parameters of type IdentitySpecifier
 java.lang.Object SQLSchemaSwitch.caseIdentitySpecifier(IdentitySpecifier object)
          Returns the result of interpreting the object as an instance of 'Identity Specifier'.
 

Uses of IdentitySpecifier in org.eclipse.datatools.modelbase.sql.tables
 

Methods in org.eclipse.datatools.modelbase.sql.tables that return IdentitySpecifier
 IdentitySpecifier Column.getIdentitySpecifier()
          Returns the value of the 'Identity Specifier' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type IdentitySpecifier
 void Column.setIdentitySpecifier(IdentitySpecifier value)
          Sets the value of the 'Identity Specifier' containment reference.