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) |
Definition at line 49 of file SelectedCols.h.
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.