public class DataSourceUtils extends Object
Constructor and Description |
---|
DataSourceUtils() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.RowSortedTable<Integer,String,Double> |
fromDs(net.sf.jasperreports.engine.JRRewindableDataSource ds,
String... fieldNames) |
static Point |
getRowsWithValues(com.google.common.collect.Table<Integer,String,Double> table,
String... columnNames) |
static net.sf.jasperreports.data.cache.ColumnValuesDataSource |
toDs(com.google.common.collect.Table<Integer,String,Double> table) |
public static net.sf.jasperreports.data.cache.ColumnValuesDataSource toDs(com.google.common.collect.Table<Integer,String,Double> table)
public static com.google.common.collect.RowSortedTable<Integer,String,Double> fromDs(net.sf.jasperreports.engine.JRRewindableDataSource ds, String... fieldNames) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRException
Copyright © 2015. All rights reserved.