Package org.olap4j

Examples of org.olap4j.Axis.axisOrdinal()


    List<SaikuDimensionSelection> dims = ObjectUtil.convertDimensionSelections(axis.getDimensions(), query);
    Axis location = axis.getLocation();
    String so = axis.getSortOrder() == null ? null : axis.getSortOrder().name();
    SaikuAxis sax = new SaikuAxis(
        location.name(),
        location.axisOrdinal(),
        axis.getName(),
        dims,
        so,
        axis.getSortIdentifierNodeName(),
        query.getTotalFunction(axis.getName()));
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.