public class RestUtil
extends java.lang.Object
| Constructor and Description | 
|---|
| RestUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static QueryResult | convert(CellDataSet cellSet) | 
| static QueryResult | convert(CellDataSet cellSet,
       int limit) | 
| static QueryResult | convert(DrillThroughResult drillthrough) | 
| static QueryResult | convert(java.sql.ResultSet rs) | 
| static Total[][] | convertTotals(java.util.List<TotalNode>[] totalLists) | 
public static QueryResult convert(java.sql.ResultSet rs) throws java.lang.Exception
java.lang.Exceptionpublic static QueryResult convert(CellDataSet cellSet)
public static Total[][] convertTotals(java.util.List<TotalNode>[] totalLists)
public static QueryResult convert(CellDataSet cellSet, int limit)
public static QueryResult convert(DrillThroughResult drillthrough) throws java.io.IOException
java.io.IOException