Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.metadata.mtm
Class MtmTabularSource

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mtm.MtmObject
              |
              +--oracle.olapi.metadata.mtm.MtmTabularSource
Direct Known Subclasses:
MtmCompoundTable, MtmSelectStatement, MtmTableOrView

public abstract class MtmTabularSource
extends MtmObject

An MtmObject that represents a logical table based on an existing table or view, a SELECT statement, or the join of two tables. Throughout the MTM model, MtmTabularSource objects are used to identify the tables on which MdmSource objects are based. For example, they are used for the following purposes:


Methods inherited from class oracle.olapi.metadata.mtm.MtmObject
acceptVisitor

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 


Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.