Versions Class.
More...
#include <Item.h>
Versions Class.
- Native GnuCash Invoice Sqlite Schema
CREATE TABLE versions
(
);
const Wt::WFormModel::Field table_name
const Wt::WFormModel::Field table_version
Definition at line 68 of file Item.h.
◆ Item() [1/2]
GCW::Dbo::Versions::Item::Item |
( |
| ) |
|
|
inline |
ctor
Definition at line 76 of file Item.h.
◆ Item() [2/2]
GCW::Dbo::Versions::Item::Item |
( |
const std::string & |
_table_name | ) |
|
|
inline |
ctor with guid
Definition at line 81 of file Item.h.
◆ persist()
template<class Action >
auto GCW::Dbo::Versions::Item::persist |
( |
Action & |
action | ) |
-> void
|
|
inline |
◆ m_table_name
std::string GCW::Dbo::Versions::Item::m_table_name |
|
private |
◆ m_table_version
int GCW::Dbo::Versions::Item::m_table_version |
|
private |
The documentation for this class was generated from the following file: