|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
IdentitySpecifierImpl
An implementation of the model object 'Identity Specifier'. |
Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return IdentitySpecifier | |
IdentitySpecifier |
SQLSchemaFactoryImpl.createIdentitySpecifier()
|
IdentitySpecifier |
SequenceImpl.getIdentity()
|
Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type IdentitySpecifier | |
NotificationChain |
SequenceImpl.basicSetIdentity(IdentitySpecifier newIdentity,
NotificationChain msgs)
|
void |
SequenceImpl.setIdentity(IdentitySpecifier newIdentity)
|
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 interpretting 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. |
Uses of IdentitySpecifier in org.eclipse.datatools.modelbase.sql.tables.impl |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return IdentitySpecifier | |
IdentitySpecifier |
ColumnImpl.getIdentitySpecifier()
|
Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type IdentitySpecifier | |
NotificationChain |
ColumnImpl.basicSetIdentitySpecifier(IdentitySpecifier newIdentitySpecifier,
NotificationChain msgs)
|
void |
ColumnImpl.setIdentitySpecifier(IdentitySpecifier newIdentitySpecifier)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |