Package oracle.express.olapi.transaction

Examples of oracle.express.olapi.transaction.ExpressTransactionProvider


   * Creates and stores the TransactionProvider, ExpressDataProvider, and the
   * MdmMetadataProvider.
   */
  private void _createProviders() {
    showInfo("Creating a TransactionProvider...");
    tp = new ExpressTransactionProvider();

    // Add another property to notify Oracle OLAP to use unique values,
    // which include the hierarchy, the level, and the local value for an
    // element of a dimension.
    props.setProperty("HierarchyValueType", "unique");
View Full Code Here


     * MdmMetadataProvider.
     */
  private void _createProviders()
  {
        showInfo("Creating a TransactionProvider...");
        tp = new ExpressTransactionProvider();
       
        // Add another property to notify Oracle OLAP to use unique values,
        // which include the hierarchy, the level, and the local value for an
        // element of a dimension.
        props.setProperty("HierarchyValueType", "unique");
View Full Code Here

TOP

Related Classes of oracle.express.olapi.transaction.ExpressTransactionProvider

Copyright © 2018 www.massapicom. 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.