|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mtm.MtmObject
oracle.olapi.metadata.mtm.MtmExpression
oracle.olapi.metadata.mtm.MtmValueExpression
oracle.olapi.metadata.mtm.MtmColumnExpression
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression.
public abstract class MtmColumnExpression
| Method Summary | |
|---|---|
java.lang.String |
getColumnName()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
java.util.Set |
getInputDefinitions()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
java.util.List |
getOutputDefinitions()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
Source |
getSource()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
FundamentalMetadataObject |
getSourceDataType()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
SourceDefinition |
getSourceDefinition()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
MetadataObject |
getSourceType()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
MtmTabularSource |
getTable()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
void |
setColumnName(java.lang.String newColumnName)Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
void |
setTable(MtmTabularSource table)Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by ColumnExpression. |
| Methods inherited from class oracle.olapi.metadata.mtm.MtmValueExpression |
|---|
getDataType, setDataType |
| Methods inherited from class oracle.olapi.metadata.mtm.MtmObject |
|---|
acceptVisitor, getMetadataProvider |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getID, getOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.olapi.metadata.mtm.MtmSource |
|---|
getActiveTransaction, getID |
| Method Detail |
|---|
public java.lang.String getColumnName()
ColumnExpression.public MtmTabularSource getTable()
ColumnExpression.public void setColumnName(java.lang.String newColumnName)
ColumnExpression.public void setTable(MtmTabularSource table)
ColumnExpression.public FundamentalMetadataObject getSourceDataType()
ColumnExpression.getSourceDataType in interface MtmSourcepublic MetadataObject getSourceType()
ColumnExpression.getSourceType in interface MtmSourcepublic Source getSource()
ColumnExpression.getSource in interface MtmSourcepublic SourceDefinition getSourceDefinition()
ColumnExpression.getSourceDefinition in interface MtmSourcepublic java.util.Set getInputDefinitions()
ColumnExpression.getInputDefinitions in interface MtmSourcepublic java.util.List getOutputDefinitions()
ColumnExpression.getOutputDefinitions in interface MtmSource
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||