com.semarchy.mdm.runtime.model.dbschema
Interface IDBColumn

All Known Subinterfaces:
IColumn

public interface IDBColumn


Method Summary
 String getColumnName()
           
 PhysicalDataType getDataType()
           
 Integer getLength()
           
 Integer getPrecision()
           
 Integer getScale()
           
 String getTableName()
           
 boolean isMandatory()
           
 

Method Detail

getTableName

String getTableName()
Returns:
the name of the owning table

getColumnName

String getColumnName()
Returns:
the name of the column

getDataType

PhysicalDataType getDataType()
Returns:
the physical data type of this column

getLength

Integer getLength()
Returns:
the length of the column

getPrecision

Integer getPrecision()
Returns:
the precision of the column

getScale

Integer getScale()
Returns:
the scale of the column

isMandatory

boolean isMandatory()
Returns:
whether column is mandatory in the database


Copyright © 2015. All Rights Reserved.