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