|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.metadata.mdm.MdmViewColumn
public final class MdmViewColumn
An object that represents a column in a view in an Oracle Database.
| Method Summary | |
|---|---|
java.lang.String |
getName()Gets the name of the column for use in an Expression. |
MdmViewColumnOwner |
getOwner()Gets the MdmViewColumnOwner that owns this MdmViewColumn, such as an MdmPrimaryDimension or an MdmBaseAttribute. |
SQLDataType |
getSQLDataType()Gets the SQLDataType associated with the column. |
java.lang.String |
getViewColumnName()Gets the name of the column in the view. |
void |
setViewColumnName(java.lang.String name)Specifies the name of the column in the view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
Expression.getName in interface MdmQueryColumnString that contains the name of the column.Expressionpublic java.lang.String getViewColumnName()
String that contains the name of the column.public void setViewColumnName(java.lang.String name)
name - A String that contains the name of the column.public SQLDataType getSQLDataType()
SQLDataType associated with the column.getSQLDataType in interface MdmQueryColumnSQLDataType associated with the column.public MdmViewColumnOwner getOwner()
MdmViewColumnOwner that owns this MdmViewColumn, such as an MdmPrimaryDimension or an MdmBaseAttribute.MdmViewColumnOwner that owns this MdmViewColumn.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||