#include <StatsResult.h>
Public Member Functions | |
StatsResult (Type &col, RDB &otable) throw ( Exception ) | |
void | calculate_statistics () throw ( ) |
void | update_statistics () throw ( Exception ) |
Protected Attributes | |
Type & | rdb_stats_columns |
The reference to the selected rdb data column. | |
RDB & | ordbtable |
The reference to the output rdb table. |
A container class to hold the relevant data for the rdb data columns.
Definition at line 36 of file StatsResult.h.
RDB& StatsResult< Type >::ordbtable [protected] |
The reference to the output rdb table.
Definition at line 54 of file StatsResult.h.
Type& StatsResult< Type >::rdb_stats_columns [protected] |
The reference to the selected rdb data column.
Definition at line 51 of file StatsResult.h.