borland Packages Class Hierarchy jbcl.dataset Package Index
java.lang.Object +----borland.jbcl.dataset.AggOperator +----borland.jbcl.dataset.BoundsAggOperator +----borland.jbcl.dataset.MinAggOperator +----borland.jbcl.dataset.MaxAggOperator
Variables Properties Methods
Implements Serializable, Cloneable
This class is used internally by other classes in the JBCL. You should never use this class directly.
public void add(borland.jbcl.dataset.ReadRow row, long internalRow, boolean first)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.AggOperator.add(borland.jbcl.dataset.ReadRow, long, boolean)
public void delete(borland.jbcl.dataset.ReadRow row, long internalRow)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.AggOperator.delete(borland.jbcl.dataset.ReadRow, long)
public void init(borland.jbcl.dataset.StorageDataSet dataSet, java.lang.String[] groupColumnNames, borland.jbcl.dataset.StorageDataSet aggDataSet, borland.jbcl.dataset.Column resultColumn, borland.jbcl.dataset.Column aggColumn)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.AggOperator.init(borland.jbcl.dataset.StorageDataSet, java.lang.String[], borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.Column, borland.jbcl.dataset.Column)
public boolean needsAggDataSet()This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.AggOperator.needsAggDataSet()
public void open(borland.jbcl.dataset.DataSet aggDataSet)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.AggOperator.open(borland.jbcl.dataset.DataSet)