borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.dx.dataset.AggManager
Properties Methods
This class is used internally by other com.borland classes. You should never use this class directly.
public void setLoading(boolean loading)This property is used internally by other com.borland classes. You should never use this property directly.
public void add(ReadRow row, long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public void close()This method is used internally by other com.borland classes. You should never use this method directly.
public void delete(ReadRow row, long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public void getRowData(ReadRow row, ReadWriteRow destRow)This method is used internally by other com.borland classes. You should never use this method directly.
public void getRowData(long internalRow, ReadWriteRow destRow)This method is used internally by other com.borland classes. You should never use this method directly.
public void getVariant(ReadRow row, int calcOrdinal, Variant value)This method is used internally by other com.borland classes. You should never use this method directly.
public void getVariant(long internalRow, int calcOrdinal, Variant value)This method is used internally by other com.borland classes. You should never use this method directly.
public static AggManager init(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public boolean isCalc(int ordinal)This method is used internally by other com.borland classes. You should never use this method directly.
public void reOpen()This method is used internally by other com.borland classes. You should never use this method directly.
public void update(ReadRow oldRow, ReadRow newRow, long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.