BOSS 6.6.4.p03
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()().
bool rdbModel::FieldVal::m_null |
Definition at line 133 of file Column.h.
Referenced by rdbModel::Table::insertLatest(), rdbModel::Table::insertRow(), and rdbModel::Assertion::Operator::verify().
std::string rdbModel::FieldVal::m_val |
Definition at line 132 of file Column.h.
Referenced by rdbModel::Assertion::Operator::Operator(), rdbModel::Table::supersedeRow(), and rdbModel::Assertion::Operator::verify().