#include <tablerow_cmpt.h>
// TODO: WRITE YOUR DESCRIPTION HERE!
Definition at line 35 of file tablerow_cmpt.h.
Public Member Functions | |
| tablerow () | |
| virtual | ~tablerow () |
| bool | set (const::casac::record &tab, const std::vector< std::string > &columns=std::vector< std::string >(1,"all"), const bool exclude=false) |
| ::casac::record * | get (const int rownr) |
| bool | put (const int rownr, const ::casac::record &value, const bool matchingfields=true) |
| bool | close () |
| bool | done () |
| casac::tablerow::tablerow | ( | ) |
| virtual casac::tablerow::~tablerow | ( | ) | [virtual] |
| bool casac::tablerow::set | ( | const ::casac::record & | tab, | |
| const std::vector< std::string > & | columns = std::vector< std::string >(1,"all"), |
|||
| const bool | exclude = false | |||
| ) |
| ::casac::record* casac::tablerow::get | ( | const int | rownr | ) |
| bool casac::tablerow::put | ( | const int | rownr, | |
| const ::casac::record & | value, | |||
| const bool | matchingfields = true | |||
| ) |
| bool casac::tablerow::close | ( | ) |
| bool casac::tablerow::done | ( | ) |
1.5.1