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

Packages that use ResultSetDataSet
org.eclipse.birt.chart.internal.datafeed   
 

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

Methods in org.eclipse.birt.chart.internal.datafeed that return ResultSetDataSet
 ResultSetDataSet ResultSetWrapper.getSubset(org.eclipse.emf.common.util.EList elExpressions, java.lang.String aggExp)
          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
 ResultSetDataSet ResultSetWrapper.getSubset(int iGroupIndex, org.eclipse.emf.common.util.EList elExpressionKeys, java.lang.String aggExp)
          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(int iGroupIndex, java.lang.String[] sExpressionKeys, java.lang.String aggExp)
          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 sExpressionKey, java.lang.String aggExp)
          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, java.lang.String aggExp)
          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, java.lang.String aggExp)
          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-2008 Actuate Corp. All rights reserved.