GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Item.h>
Public Member Functions | |
Item () | |
ctor | |
Item (const std::string &_table_name) | |
ctor with guid | |
template<class Action > | |
auto | persist (Action &action) -> void |
![]() | |
BaseItem () | |
![]() | |
Dbo () | |
Dbo (const Dbo< C > &other) | |
dbo_traits< C >::IdType | id () const |
Session * | session () const |
void | setDirty () |
bool | isDirty () const |
ptr< C > | self () const |
Private Attributes | |
std::string | m_table_name |
int | m_table_version |
Additional Inherited Members | |
![]() | |
using | Ptr = Wt::Dbo::ptr< Item > |
using | Collection = Wt::Dbo::collection< Ptr > |
using | Vector = std::vector< Ptr > |
Versions Class.
Definition at line 68 of file Dbo/Versions/Item.h.
|
inline |
ctor
Definition at line 76 of file Dbo/Versions/Item.h.
|
inline |
ctor with guid
Definition at line 81 of file Dbo/Versions/Item.h.
|
inline |
Definition at line 84 of file Dbo/Versions/Item.h.
References Wt::Dbo::field(), Wt::Dbo::id(), m_table_name, m_table_version, GCW::Dbo::Versions::Field::table_name, and GCW::Dbo::Versions::Field::table_version.
|
private |
Definition at line 93 of file Dbo/Versions/Item.h.
Referenced by persist().
|
private |
Definition at line 94 of file Dbo/Versions/Item.h.
Referenced by persist().