Package org.saiku.olap.query

Examples of org.saiku.olap.query.IQuery.toXml()


    return getIQuery(queryName).getMdx();
  }

  public String getQueryXml(String queryName) {
    IQuery query = getIQuery(queryName);
    return query.toXml();
  }

  public byte[] getExport(String queryName, String type) {
    return getExport(queryName, type, new FlattenedCellSetFormatter());
  }
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.