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

Public Attributes

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

Detailed Description

Constructor & Destructor Documentation

◆ FieldVal() [1/2]

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

◆ FieldVal() [2/2]

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

Definition at line 129 of file InstallArea/include/rdbModel/rdbModel/Tables/Column.h.

129 :
130 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

◆ m_val

std::string rdbModel::FieldVal::m_val

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