public class MdmColumn extends MdmSource implements MdmQueryColumn
MdmSource that represents a column of a table in a relational database. Some of the methods of MdmTable return MdmColumn objects.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
Calls the
visitMdmColumn method of the MdmObjectVisitor and passes that method this MdmColumn and an Object. |
BaseMetadataObject |
getColumnObject()
Gets this
MdmColumn as a BaseMetadataObject. |
SQLDataType |
getSQLDataType()
Gets the
SQLDataType that is associated with this MdmColumn. |
MdmTable |
getTable()
Gets the
MdmTable that is associated with this MdmColumn. |
MetadataObject |
getType()
Gets the data type of this
MdmColumn. |
getDataType, getSourceaddDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescriptiongetContainedByObject, getID, getName, getNewName, getOwnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
visitMdmColumn method of the MdmObjectVisitor and passes that method this MdmColumn and an Object.acceptVisitor in class MdmObjectvisitor - An MdmObjectVisitor that is an instance of Mdm11_ObjectVisitor.context - An Object.Object returned by the visitMdmColumn method.public final MdmTable getTable()
MdmTable that is associated with this MdmColumn.MdmTable that owns this MdmColumn.public final SQLDataType getSQLDataType()
SQLDataType that is associated with this MdmColumn.getSQLDataType in interface MdmQueryColumnSQLDataType of this MdmColumn.public final BaseMetadataObject getColumnObject()
MdmColumn as a BaseMetadataObject.getColumnObject in interface MdmQueryColumnMdmColumn as a BaseMetadataObject.public final MetadataObject getType()
MdmColumn.