borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

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 Serializable, 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 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, long, boolean)

  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)

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

  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)

init(borland.jbcl.dataset.StorageDataSet, java.lang.String[], borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.Column, borland.jbcl.dataset.Column)

  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)

needsAggDataSet()

  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()

open(borland.jbcl.dataset.DataSet)

  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)