1 #line 2 "src/Dbo/Vars.h"
3 #ifndef __DBO_VARS_H___
4 #define __DBO_VARS_H___
6 #include "../BaseItem.h"
47 std::string
getVarString(
const std::string & _field )
const;
48 int getVarInt(
const std::string & _field )
const;
49 void setVar(
const std::string & _field,
const char * _value );
50 void setVar(
const std::string & _field,
const Wt::WString & _value );
51 void setVar(
const std::string & _field,
const std::string & _value );
52 void setVar(
const std::string & _field,
int _value );
int getVarInt(const std::string &_field) const
void setVar(const std::string &_field, const char *_value)
void persist(Action &action)
const std::string & varField() const
const std::string & keyField() const
const std::string & cfyField() const
std::string getVarString(const std::string &_field) const
void setVarField(const std::string &_value)
void setKeyField(const std::string &_value)
void setCfyField(const std::string &_value)
const Wt::WFormModel::Field action
Wt::WFormModel::Field varField
Wt::WFormModel::Field cfyField
Wt::WFormModel::Field keyField
GCW::Dbo::Vars::Item::Ptr get(const std::string &_keyValue, const std::string &_cfyValue="*", bool _add=true)