Package oracle.olapi.data.source

Examples of oracle.olapi.data.source.Source.join()


        Source mktSegmentDescendantsOnly =
          mktSegmentDescendants.join(mktSegmentDescendants.getDataType().value(),
                                     mktSegment.value(),
                                     Source.COMPARISON_RULE_REMOVE);
     
        result = mktSegmentDescendantsOnly.join(mktSegment,
                selVal);
      }else{
      // Select the descendants of the specified element.
        Source selValDescendants = mktSegmentDescendants.join(mktSegment,
                                                            selVal);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.