borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----borland.jbcl.dataset.AggOperator +----borland.jbcl.dataset.BoundsAggOperator +----borland.jbcl.dataset.MinAggOperator +----borland.jbcl.dataset.MaxAggOperator
Variables Properties Methods
Implements 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, int 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(ReadRow, int, boolean)
public void delete(borland.jbcl.dataset.ReadRow row, int 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(ReadRow, int)
public void init(borland.jbcl.dataset.StorageDataSet dataSet, 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(StorageDataSet, StorageDataSet, Column, Column)