|
BOSS 7.1.1
BESIII Offline Software System
|
#include <Column.h>
Public Member Functions | |
| FieldVal (std::string colname, std::string val, bool isNull=false) | |
Public Attributes | |
| std::string | m_colname |
| std::string | m_val |
| bool | m_null |
| std::string rdbModel::FieldVal::m_colname |
Definition at line 131 of file Column.h.
Referenced by rdbModel::FieldValCompare::operator()().
| std::string rdbModel::FieldVal::m_val |
Definition at line 132 of file Column.h.
Referenced by rdbModel::Table::supersedeRow().