borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

BoundsAggOperator class (abstract)

java.lang.Object
   +----borland.jbcl.dataset.AggOperator
           +----borland.jbcl.dataset.BoundsAggOperator
                   +----borland.jbcl.dataset.MinAggOperator
                   +----borland.jbcl.dataset.MaxAggOperator

About the BoundsAggOperator class

Variables  Properties  Methods  

Implements Cloneable

This class is used internally by other classes in the JBCL. You should never use this class directly.


BoundsAggOperator variables

Variables implemented in borland.jbcl.dataset.AggOperator

BoundsAggOperator properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.dataset.AggOperator

Properties implemented in java.lang.Object

BoundsAggOperator methods

Methods implemented in this class

Methods implemented in borland.jbcl.dataset.AggOperator

Methods implemented in java.lang.Object


BoundsAggOperator methods

add(borland.jbcl.dataset.ReadRow, int, boolean)

  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)

delete(borland.jbcl.dataset.ReadRow, int)

  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)

init(borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.Column, borland.jbcl.dataset.Column)

  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)