borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
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
AggManager methods
Methods implemented in this class
- add(borland.jbcl.dataset.ReadRow, int)
- delete(borland.jbcl.dataset.ReadRow, int)
- getRowData(borland.jbcl.dataset.ReadRow, borland.jbcl.dataset.ReadWriteRow)
- getRowData(int, borland.jbcl.dataset.ReadWriteRow)
- getVariant(borland.jbcl.dataset.ReadRow, int, borland.jbcl.util.Variant)
- getVariant(int, int, borland.jbcl.util.Variant)
- isCalc(int)
- update(borland.jbcl.dataset.ReadRow, borland.jbcl.dataset.ReadRow, int)
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, int)
public void add(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.
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.
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(int, borland.jbcl.dataset.ReadWriteRow)
public void getRowData(int 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(int, int, borland.jbcl.util.Variant)
public void getVariant(int 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.
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.
update(borland.jbcl.dataset.ReadRow, borland.jbcl.dataset.ReadRow, int)
public void update(borland.jbcl.dataset.ReadRow oldRow, borland.jbcl.dataset.ReadRow newRow, int internalRow)
This method is used internally by other classes in the JBCL. You should never use this method directly.