BOSS 7.0.8
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)
 

Public Attributes

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

Detailed Description

Definition at line 126 of file Column.h.

Constructor & Destructor Documentation

◆ FieldVal()

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

Definition at line 129 of file Column.h.

129 :
130 m_colname(colname), m_val(val), m_null(isNull) { }
std::string m_val
Definition: Column.h:132
std::string m_colname
Definition: Column.h:131

Member Data Documentation

◆ m_colname

std::string rdbModel::FieldVal::m_colname

Definition at line 131 of file Column.h.

Referenced by rdbModel::FieldValCompare::operator()().

◆ m_null

bool rdbModel::FieldVal::m_null

Definition at line 133 of file Column.h.

◆ m_val

std::string rdbModel::FieldVal::m_val

Definition at line 132 of file Column.h.

Referenced by rdbModel::Table::supersedeRow().


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