net.sf.farrago.cwm.relational
Interface CwmSqldataType
- All Superinterfaces:
- CwmClassifier, CwmElement, CwmModelElement, CwmNamespace, RefBaseObject, RefFeatured, RefObject
- All Known Subinterfaces:
- CwmSqldistinctType, CwmSqlsimpleType, CwmSqlstructuredType, FemSqlarrayType, FemSqlcollectionType, FemSqldistinguishedType, FemSqlmultisetType, FemSqlobjectType, FemSqlrowType, FemUserDefinedType
- All Known Implementing Classes:
- CwmSqldistinctType$Hib, CwmSqlsimpleType$Hib, CwmSqlstructuredType$Hib, FemSqlarrayType$Hib, FemSqldistinguishedType$Hib, FemSqlmultisetType$Hib, FemSqlobjectType$Hib, FemSqlrowType$Hib, FemUserDefinedType$Hib
public interface CwmSqldataType
- extends CwmClassifier
SQLDataType object instance interface.
A SQLDataType is used to reference any datatype associated with a column
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
getTypeNumber
Integer getTypeNumber()
- Returns the value of attribute typeNumber.
The number assigned to the datatype by the owning RDBMS
- Returns:
- Value of attribute typeNumber.
setTypeNumber
void setTypeNumber(Integer newValue)
- Sets the value of typeNumber attribute. See
getTypeNumber()
for description on the attribute.
- Parameters:
newValue
- New value to be set.