|
BOSS 7.1.3
BESIII Offline Software System
|
#include <Set.h>
Public Member Functions | |
| Set (Table *table, const std::string &destColName, FIELDTYPE destType, const std::string &srcValue, FIELDTYPE srcType, const std::string &interp=std::string("")) | |
| ~Set () | |
| Visitor::VisitorState | accept (Visitor *v) |
| const std::string & | getDestColName () const |
| FIELDTYPE | getDestType () const |
| const std::string & | getSrcValue () const |
| FIELDTYPE | getSrcType () const |
| const std::string & | getInterp () const |
| bool | hasInterp () const |
Describe update to be made to a single column. Must be to an existing row. Value can be any of the three possible FIELDTYPEs.
@destColName column to get updated @destType defines whether dest row is existing or proposed @to string for value to go into dest column @toType may be literal, old column or proposed column
|
inline |
| Visitor::VisitorState rdbModel::Set::accept | ( | Visitor * | v | ) |
Definition at line 9 of file Set.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |