BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
rdbModel::FieldVal Class Reference

#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)
 FieldVal (std::string colname, std::string val, bool isNull=false)

Public Attributes

std::string m_colname
std::string m_val
bool m_null

Detailed Description

Constructor & Destructor Documentation

◆ FieldVal() [1/3]

rdbModel::FieldVal::FieldVal ( std::string colname,
std::string val,
bool isNull = false )
inline

◆ FieldVal() [2/3]

rdbModel::FieldVal::FieldVal ( std::string colname,
std::string val,
bool isNull = false )
inline

Definition at line 126 of file InstallArea/x86_64-el9-gcc13-dbg/include/rdbModel/Tables/Column.h.

127 : m_colname( colname ), m_val( val ), m_null( isNull ) {}

◆ FieldVal() [3/3]

rdbModel::FieldVal::FieldVal ( std::string colname,
std::string val,
bool isNull = false )
inline

Definition at line 126 of file InstallArea/x86_64-el9-gcc13-opt/include/rdbModel/Tables/Column.h.

127 : m_colname( colname ), m_val( val ), m_null( isNull ) {}

Member Data Documentation

◆ m_colname

std::string rdbModel::FieldVal::m_colname

◆ m_null

bool rdbModel::FieldVal::m_null

Definition at line 130 of file Calibration/rdbModel/include/rdbModel/Tables/Column.h.

Referenced by FieldVal().

◆ m_val

std::string rdbModel::FieldVal::m_val

The documentation for this class was generated from the following files: