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