com.semarchy.mdm.runtime.model.builtin
Interface IBuiltInUDT


public interface IBuiltInUDT


Method Summary
 Integer getLength()
           
 LogicalDataType getLogicalType()
           
 String getName()
           
 PhysicalDataType getPhysicalType()
           
 Integer getPrecision()
           
 Integer getScale()
           
 

Method Detail

getName

String getName()
Returns:
the name of this built-in udt

getPhysicalType

PhysicalDataType getPhysicalType()
Returns:
the physical data type of this built-in udt

getLength

Integer getLength()
Returns:
the length of this built-in udt

getPrecision

Integer getPrecision()
Returns:
the precision of this built-in udt

getScale

Integer getScale()
Returns:
the scale of this built-in udt

getLogicalType

LogicalDataType getLogicalType()


Copyright © 2015. All Rights Reserved.