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

Namespaces

 Field
 

Classes

class  Item
 Books Class. More...
 

Functions

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

Variables

const char * s_tableName = "books"
 

Function Documentation

◆ byGuid()

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

Load Books by Guid.

Definition at line 42 of file Books.cpp.

References load().

◆ load()

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().

Variable Documentation

◆ s_tableName

const char * GCW::Dbo::Books::s_tableName = "books"
extern

Definition at line 8 of file Books.cpp.