public interface MdmQueryColumn
MdmQuery
.Modifier and Type | Method and Description |
---|---|
BaseMetadataObject |
getColumnObject()
Gets the column object.
|
java.lang.String |
getName()
Gets the name of the column.
|
SQLDataType |
getSQLDataType()
Gets the
SQLDataType of the MdmQueryColumn . |
java.lang.String getName()
String
that contains the name of the column.SQLDataType getSQLDataType()
SQLDataType
of the MdmQueryColumn
.SQLDataType
of the MdmQueryColumn
.BaseMetadataObject getColumnObject()
BaseMetadataObject
that represents the column.