BOSS 7.1.3
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 FieldVal(), and rdbModel::FieldValCompare::operator()().
bool rdbModel::FieldVal::m_null |
Definition at line 133 of file Column.h.
Referenced by FieldVal().
std::string rdbModel::FieldVal::m_val |
Definition at line 132 of file Column.h.
Referenced by FieldVal(), and rdbModel::Table::supersedeRow().