|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Predefined Data Type'.
4.1 Data types
A data type is a set of representable values. Every representable value belongs to at least one data type and some belong to several data types. [...]
Every predefined data type is a subtype of itself and of no other data types. It follows that every predefined data type is a supertype of itself and of no other data types. The predefined data types are individually described in each of Subclause 4.2, "Character strings", through Subclause 4.6, "Datetimes and intervals". Row types, reference types and collection types are described in Subclause 4.8, "Row types", Subclause 4.9, "Reference types", Subclause 4.10, "Collection types", respectively.
SQL defines predefined data types named by the following
The following features are supported:
SQLDataTypesPackage.getPredefinedDataType()
Method Summary | |
PrimitiveType |
getPrimitiveType()
Returns the value of the 'Primitive Type' attribute. |
void |
setPrimitiveType(PrimitiveType value)
Sets the value of the ' Primitive Type ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.datatypes.DataType |
setContainer |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public PrimitiveType getPrimitiveType()
PrimitiveType
.
If the meaning of the 'Primitive Type' attribute isn't clear, there really should be more of a description here...
PrimitiveType
,
setPrimitiveType(PrimitiveType)
,
SQLDataTypesPackage.getPredefinedDataType_PrimitiveType()
public void setPrimitiveType(PrimitiveType value)
Primitive Type
' attribute.
value
- the new value of the 'Primitive Type' attribute.PrimitiveType
,
getPrimitiveType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |