Public Member Functions | Protected Attributes

StatsResult< Type > Class Template Reference

#include <StatsResult.h>

List of all members.

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.

Detailed Description

template<class Type>
class StatsResult< Type >

A container class to hold the relevant data for the rdb data columns.

Definition at line 36 of file StatsResult.h.


Member Data Documentation

template<class Type>
RDB& StatsResult< Type >::ordbtable [protected]

The reference to the output rdb table.

Definition at line 54 of file StatsResult.h.

template<class Type>
Type& StatsResult< Type >::rdb_stats_columns [protected]

The reference to the selected rdb data column.

Definition at line 51 of file StatsResult.h.


The documentation for this class was generated from the following files: