|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.olapi.data.source.SourceDefinition
|
+--oracle.olapi.data.source.ImmutableDefinition
|
+--oracle.olapi.data.source.DerivedDefinition
An ImmutableDefinition for a derived Source, such as the Source returned by a join method of a Source.
| Method Summary | |
SourceDefinition |
getBase()Gets the SourceDefinition for the Source that you used to produce the Source for this DerivedDefinition. |
| Methods inherited from class oracle.olapi.data.source.SourceDefinition |
getDataProvider, getModel, getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public final SourceDefinition getBase()
SourceDefinition for the Source that you used to produce the Source for this DerivedDefinition. For example, the following code calls a join method of sourceA to produce aByB, and then gets the SourceDefinition, aByBDefinition, for aByB. Calling the getSource method of aByBDefinition returns baseOfAByB, which is sourceA.
Source aByB = sourceA.join(sourceB); SourceDefinition aByBDefinition = aByB.getDefinition(); Source baseOfAbyB = aByBDefinition.getSource();
SourceDefinition for the Source that you used to produce the Source for this DerivedDefinition.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||