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, getSource
addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescription
getContainedByObject, getID, getName, getNewName, getOwner
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public 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 MdmObject
visitor
- 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 MdmQueryColumn
SQLDataType
of this MdmColumn
.public final BaseMetadataObject getColumnObject()
MdmColumn
as a BaseMetadataObject
.getColumnObject
in interface MdmQueryColumn
MdmColumn
as a BaseMetadataObject
.public final MetadataObject getType()
MdmColumn
.