Package mondrian.olap4j

Examples of mondrian.olap4j.MondrianInprocProxy


        String cookie = XmlaOlap4jDriver.nextCookie();
        Map<String, String> catalogs = new HashMap<String, String>();
        catalogs.put("FoodMart", "");
        XmlaOlap4jDriver.PROXY_MAP.put(
            cookie, new MondrianInprocProxy(
                catalogs,
                "jdbc:mondrian:Server=http://whatever;"
                "Jdbc=" + Jdbc + ";TestProxyCookie="
                + cookie
                + ";CatalogContent=" + schema));
View Full Code Here

TOP

Related Classes of mondrian.olap4j.MondrianInprocProxy

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.