Uses of Class
org.eclipse.birt.chart.datafeed.ResultSetWrapper

Packages that use ResultSetWrapper
org.eclipse.birt.chart.datafeed Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. 
org.eclipse.birt.chart.internal.factory   
 

Uses of ResultSetWrapper in org.eclipse.birt.chart.datafeed
 

Constructors in org.eclipse.birt.chart.datafeed with parameters of type ResultSetWrapper
ResultSetDataSet(ResultSetWrapper rsw, int[] iaColumnIndexes, long lStartRow, long lEndRow)
          The constructor that creates an instance of a resultset subset by extracting appropriate columns and a row range from a resultset
 

Uses of ResultSetWrapper in org.eclipse.birt.chart.internal.factory
 

Methods in org.eclipse.birt.chart.internal.factory that return ResultSetWrapper
 ResultSetWrapper DataProcessor.mapToChartResultSet(IDataRowExpressionEvaluator idre, Chart cm)
          Uses IDataRowExpressionEvaluator to create a ResultSetWrapper
 

Methods in org.eclipse.birt.chart.internal.factory with parameters of type ResultSetWrapper
 void DataProcessor.generateRuntimeSeries(Chart cm, ResultSetWrapper rsw)
          Fills the model chart series with the data
 



Copyright © 2005 Actuate Corp. All rights reserved.