Package org.saiku.olap.query

Examples of org.saiku.olap.query.MdxQuery


  }

  public void qm2mdx(String queryName) {
    IQuery query = getIQuery(queryName);
    OlapConnection con = olapDiscoverService.getNativeConnection(query.getSaikuCube().getConnection());
    MdxQuery mdx = new MdxQuery(con, query.getSaikuCube(), query.getName(), getMDXQuery(queryName));
    putIQuery(queryName, mdx);
    query = null;
  }
View Full Code Here

TOP

Related Classes of org.saiku.olap.query.MdxQuery

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.