BOSS 7.0.3
BESIII Offline Software System
|
#include <Column.h>
Public Member Functions | |
FieldVal (std::string colname, std::string val, bool isNull=false) | |
FieldVal (std::string colname, std::string val, bool isNull=false) | |
Public Attributes | |
std::string | m_colname |
std::string | m_val |
bool | m_null |
Definition at line 126 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Column.h.
Definition at line 129 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Column.h.
Definition at line 129 of file InstallArea/include/rdbModel/rdbModel/Tables/Column.h.
std::string rdbModel::FieldVal::m_colname |
Definition at line 131 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Column.h.
Referenced by rdbModel::FieldValCompare::operator()().
bool rdbModel::FieldVal::m_null |
Definition at line 133 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/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 Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Column.h.
Referenced by rdbModel::Assertion::Operator::Operator(), rdbModel::Table::supersedeRow(), and rdbModel::Assertion::Operator::verify().