Public Member Functions | Protected Attributes | Friends

SelectedCols Class Reference

List of all members.

Public Member Functions

 SelectedCols (const vector< string > &cols, RDB &rdbtable, clo::parser &clo) throw ( Exception )
 The user has specified selected columns.
 SelectedCols (RDB &rdbtable, clo::parser &clo) throw ( Exception )
 The --all option has been invoked.
const vector< string > & get_selected_cols () const
void print (ostream &os) const

Protected Attributes

vector< string > selected_cols

Friends

ostream & operator<< (ostream &os, SelectedCols &a)
ostream & operator<< (ostream &os, SelectedCols *a)

Detailed Description

Definition at line 49 of file SelectedCols.h.


Constructor & Destructor Documentation

SelectedCols::SelectedCols ( const vector< string > &  cols,
RDB &  rdbtable,
clo::parser &  clo 
) throw ( Exception )

The user has specified selected columns.

Definition at line 31 of file SelectedCols.cc.

SelectedCols::SelectedCols ( RDB &  rdbtable,
clo::parser &  clo 
) throw ( Exception )

The --all option has been invoked.

Definition at line 55 of file SelectedCols.cc.


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