|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CwmSqldistinctType
SQLDistinctType object instance interface. A datatype defined as a Distinct Type, per [SQL] standard.
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.
| Method Summary | |
|---|---|
Integer |
getLength()
Returns the value of attribute length. |
Integer |
getPrecision()
Returns the value of attribute precision. |
Integer |
getScale()
Returns the value of attribute scale. |
CwmSqlsimpleType |
getSqlSimpleType()
Returns the value of reference sqlSimpleType. |
void |
setLength(Integer newValue)
Sets the value of length attribute. |
void |
setPrecision(Integer newValue)
Sets the value of precision attribute. |
void |
setScale(Integer newValue)
Sets the value of scale attribute. |
void |
setSqlSimpleType(CwmSqlsimpleType newValue)
Sets the value of sqlSimpleType reference. |
| Methods inherited from interface net.sf.farrago.cwm.relational.CwmSqldataType |
|---|
getTypeNumber, setTypeNumber |
| Methods inherited from interface net.sf.farrago.cwm.datatypes.CwmTypeAlias |
|---|
getType, setType |
| Method Detail |
|---|
Integer getLength()
void setLength(Integer newValue)
getLength() for
description on the attribute.
newValue - New value to be set.Integer getPrecision()
void setPrecision(Integer newValue)
getPrecision() for
description on the attribute.
newValue - New value to be set.Integer getScale()
void setScale(Integer newValue)
getScale() for
description on the attribute.
newValue - New value to be set.CwmSqlsimpleType getSqlSimpleType()
void setSqlSimpleType(CwmSqlsimpleType newValue)
getSqlSimpleType() for description on the attribute.
newValue - New value to be set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||