GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Classes | Functions | Variables
GCW::Dbo::Vars Namespace Reference

Classes

class  Item
 Variables Item Class. More...
 

Functions

auto get (const std::string &_keyValue, const std::string &_cfyValue="*", bool _add=true) -> GCW::Dbo::Vars::Item::Ptr
 
auto getByCfy (const std::string &_cfyValue) -> GCW::Dbo::Vars::Item::Vector
 

Variables

const char * s_tableName = "gcw_vars"
 

Function Documentation

◆ get()

auto GCW::Dbo::Vars::get ( const std::string &  _keyValue,
const std::string &  _cfyValue = "*",
bool  _add = true 
) -> GCW::Dbo::Vars::Item::Ptr

◆ getByCfy()

auto GCW::Dbo::Vars::getByCfy ( const std::string &  _cfyValue) -> GCW::Dbo::Vars::Item::Vector

Variable Documentation

◆ s_tableName

const char * GCW::Dbo::Vars::s_tableName = "gcw_vars"
extern

Definition at line 11 of file Vars.cpp.

Referenced by GCW::Dbo::GnuCashew::Session::hasGnuCashewExtensions().