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

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

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

Methods in org.eclipse.birt.chart.datafeed that return ResultSetDataSet
 ResultSetDataSet ResultSetWrapper.getSubset(int iGroupIndex, java.lang.String sExpressionKey)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(int iGroupIndex, org.eclipse.emf.common.util.EList elExpressionKeys)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(int iGroupIndex, java.lang.String[] sExpressionKeys)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(int iGroupIndex, int iColumnIndex)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(org.eclipse.emf.common.util.EList elExpressions)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(java.lang.String sExpressionKey)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(java.lang.String[] sExpressionKeys)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(int iColumnIndex)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 



Copyright © 2005 Actuate Corp. All rights reserved.