|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Namespaces | |
| namespace | Field |
Classes | |
| class | Item |
| Books Class. More... | |
Functions | |
| auto | load (const std::string &_guid) -> Item::Ptr |
| Load Books by Guid. | |
| auto | byGuid (const std::string &_guid) -> Item::Ptr |
| Load Books by Guid. | |
Variables | |
| const char * | s_tableName = "books" |
| auto GCW::Dbo::Books::byGuid | ( | const std::string & | _guid | ) | -> Item::Ptr |
| auto GCW::Dbo::Books::load | ( | const std::string & | _guid | ) | -> Item::Ptr |
Load Books by Guid.
Definition at line 15 of file Books.cpp.
References GCW::app().
Referenced by byGuid().