borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

AggManager class

java.lang.Object
   +----borland.jbcl.dataset.AggManager

About the AggManager class

Properties  Methods  

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


AggManager properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

AggManager methods

Methods implemented in this class

Methods implemented in java.lang.Object


AggManager properties

loading

 public void setLoading(boolean loading)
This property is used internally by other classes in the JBCL. You should never use this property directly.

AggManager methods

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

  public void add(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.

close()

  public void close()
This method is used internally by other classes in the JBCL. You should never use this method directly.

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.

getRowData(borland.jbcl.dataset.ReadRow, borland.jbcl.dataset.ReadWriteRow)

  public void getRowData(borland.jbcl.dataset.ReadRow row, borland.jbcl.dataset.ReadWriteRow destRow)
This method is used internally by other classes in the JBCL. You should never use this method directly.

getRowData(long, borland.jbcl.dataset.ReadWriteRow)

  public void getRowData(long internalRow, borland.jbcl.dataset.ReadWriteRow destRow)
This method is used internally by other classes in the JBCL. You should never use this method directly.

getVariant(borland.jbcl.dataset.ReadRow, int, borland.jbcl.util.Variant)

  public void getVariant(borland.jbcl.dataset.ReadRow row, int calcOrdinal, borland.jbcl.util.Variant value)
This method is used internally by other classes in the JBCL. You should never use this method directly.

getVariant(long, int, borland.jbcl.util.Variant)

  public void getVariant(long internalRow, int calcOrdinal, borland.jbcl.util.Variant value)
This method is used internally by other classes in the JBCL. You should never use this method directly.

init(borland.jbcl.dataset.StorageDataSet)

  public static AggManager init(borland.jbcl.dataset.StorageDataSet dataSet)
This method is used internally by other classes in the JBCL. You should never use this method directly.

isCalc(int)

  public boolean isCalc(int ordinal)
This method is used internally by other classes in the JBCL. You should never use this method directly.

reOpen()

  public void reOpen()
This method is used internally by other classes in the JBCL. You should never use this method directly.

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

  public void update(borland.jbcl.dataset.ReadRow oldRow, borland.jbcl.dataset.ReadRow newRow, long internalRow)
This method is used internally by other classes in the JBCL. You should never use this method directly.