GnuCashew ~ GnuCash Enabled Web
GCW
Namespaces | Classes | Functions | Variables
GCW::Dbo::Entries Namespace Reference

Namespaces

 Field
 

Classes

class  Item
 Entries Class. More...
 

Functions

auto load (const std::string &_guid) -> Item::Ptr
 Load Entry by Guid. More...
 
auto byGuid (const std::string &_guid) -> Item::Ptr
 Load Entry by Guid. More...
 

Variables

const char * s_tableName = "entries"
 

Function Documentation

◆ byGuid()

auto GCW::Dbo::Entries::byGuid ( const std::string &  _guid) -> Item::Ptr

Load Entry by Guid.

Definition at line 70 of file Entries.cpp.

References GCW::Dbo::Accounts::load().

◆ load()

auto GCW::Dbo::Entries::load ( const std::string &  _guid) -> Item::Ptr

Load Entry by Guid.

Definition at line 43 of file Entries.cpp.

References GCW::app().

Variable Documentation

◆ s_tableName

const char * GCW::Dbo::Entries::s_tableName = "entries"
extern

Definition at line 8 of file Entries.cpp.