com.semarchy.mdm.runtime.model.physical
Interface IColumn

All Superinterfaces:
IDBColumn

public interface IColumn
extends IDBColumn

Interface that defines a database column

Author:
skamel

Method Summary
 IAttribute getAttribute()
           
 ITable getTable()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.dbschema.IDBColumn
getColumnName, getDataType, getLength, getPrecision, getScale, getTableName, isMandatory
 

Method Detail

getTable

ITable getTable()
Returns:
the table that owns this column

getAttribute

IAttribute getAttribute()
Returns:
the attribute that created this column


Copyright © 2015. All Rights Reserved.