|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Column Definition'.
The following features are supported:
Identity Column Data Type Definitions
Identity Supported
Computed Supported
Identity Start Value Supported
Identity Increment Supported
Identity Minimum Supported
Identity Maximum Supported
Identity Cycle Supported
Maximum Identifier Length
DatabaseDefinitionPackage.getColumnDefinition()
Method Summary | |
EList |
getIdentityColumnDataTypeDefinitions()
Returns the value of the 'Identity Column Data Type Definitions' reference list. |
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
boolean |
isComputedSupported()
Returns the value of the 'Computed Supported' attribute. |
boolean |
isIdentityCycleSupported()
Returns the value of the 'Identity Cycle Supported' attribute. |
boolean |
isIdentityIncrementSupported()
Returns the value of the 'Identity Increment Supported' attribute. |
boolean |
isIdentityMaximumSupported()
Returns the value of the 'Identity Maximum Supported' attribute. |
boolean |
isIdentityMinimumSupported()
Returns the value of the 'Identity Minimum Supported' attribute. |
boolean |
isIdentityStartValueSupported()
Returns the value of the 'Identity Start Value Supported' attribute. |
boolean |
isIdentitySupported()
Returns the value of the 'Identity Supported' attribute. |
void |
setComputedSupported(boolean value)
Sets the value of the ' Computed Supported ' attribute. |
void |
setIdentityCycleSupported(boolean value)
Sets the value of the ' Identity Cycle Supported ' attribute. |
void |
setIdentityIncrementSupported(boolean value)
Sets the value of the ' Identity Increment Supported ' attribute. |
void |
setIdentityMaximumSupported(boolean value)
Sets the value of the ' Identity Maximum Supported ' attribute. |
void |
setIdentityMinimumSupported(boolean value)
Sets the value of the ' Identity Minimum Supported ' attribute. |
void |
setIdentityStartValueSupported(boolean value)
Sets the value of the ' Identity Start Value Supported ' attribute. |
void |
setIdentitySupported(boolean value)
Sets the value of the ' Identity Supported ' attribute. |
void |
setMaximumIdentifierLength(int value)
Sets the value of the ' Maximum Identifier Length ' attribute. |
Method Detail |
public EList getIdentityColumnDataTypeDefinitions()
PredefinedDataTypeDefinition
.
If the meaning of the 'Identity Column Data Type Definitions' reference list isn't clear, there really should be more of a description here...
DatabaseDefinitionPackage.getColumnDefinition_IdentityColumnDataTypeDefinitions()
public boolean isIdentitySupported()
If the meaning of the 'Identity Supported' attribute isn't clear, there really should be more of a description here...
setIdentitySupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentitySupported()
public void setIdentitySupported(boolean value)
Identity Supported
' attribute.
value
- the new value of the 'Identity Supported' attribute.isIdentitySupported()
public boolean isComputedSupported()
"true"
.
If the meaning of the 'Computed Supported' attribute isn't clear, there really should be more of a description here...
setComputedSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_ComputedSupported()
public void setComputedSupported(boolean value)
Computed Supported
' attribute.
value
- the new value of the 'Computed Supported' attribute.isComputedSupported()
public boolean isIdentityStartValueSupported()
"false"
.
If the meaning of the 'Identity Start Value Supported' attribute isn't clear, there really should be more of a description here...
setIdentityStartValueSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityStartValueSupported()
public void setIdentityStartValueSupported(boolean value)
Identity Start Value Supported
' attribute.
value
- the new value of the 'Identity Start Value Supported' attribute.isIdentityStartValueSupported()
public boolean isIdentityIncrementSupported()
"false"
.
If the meaning of the 'Identity Increment Supported' attribute isn't clear, there really should be more of a description here...
setIdentityIncrementSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityIncrementSupported()
public void setIdentityIncrementSupported(boolean value)
Identity Increment Supported
' attribute.
value
- the new value of the 'Identity Increment Supported' attribute.isIdentityIncrementSupported()
public boolean isIdentityMinimumSupported()
"false"
.
If the meaning of the 'Identity Minimum Supported' attribute isn't clear, there really should be more of a description here...
setIdentityMinimumSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityMinimumSupported()
public void setIdentityMinimumSupported(boolean value)
Identity Minimum Supported
' attribute.
value
- the new value of the 'Identity Minimum Supported' attribute.isIdentityMinimumSupported()
public boolean isIdentityMaximumSupported()
"false"
.
If the meaning of the 'Identity Maximum Supported' attribute isn't clear, there really should be more of a description here...
setIdentityMaximumSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityMaximumSupported()
public void setIdentityMaximumSupported(boolean value)
Identity Maximum Supported
' attribute.
value
- the new value of the 'Identity Maximum Supported' attribute.isIdentityMaximumSupported()
public boolean isIdentityCycleSupported()
"false"
.
If the meaning of the 'Identity Cycle Supported' attribute isn't clear, there really should be more of a description here...
setIdentityCycleSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityCycleSupported()
public void setIdentityCycleSupported(boolean value)
Identity Cycle Supported
' attribute.
value
- the new value of the 'Identity Cycle Supported' attribute.isIdentityCycleSupported()
public int getMaximumIdentifierLength()
If the meaning of the 'Maximum Identifier Length' attribute isn't clear, there really should be more of a description here...
setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getColumnDefinition_MaximumIdentifierLength()
public void setMaximumIdentifierLength(int value)
Maximum Identifier Length
' attribute.
value
- the new value of the 'Maximum Identifier Length' attribute.getMaximumIdentifierLength()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |