Definition at line 52 of file currencybook-gw.h.
OSB_DB::CurrencyBookGw::CurrencyBookGw | ( | const CurrencyBookGw & | ) | [private] |
Prevent copying: not implemented.
OSB_DB::CurrencyBookGw::CurrencyBookGw | ( | ) | [inline] |
long OSB_DB::CurrencyBookGw::fetch | ( | const Session & | session, | |
OSB_LIB::CurrencyBook & | book | |||
) |
Read all currencies.
session | Database session to use. | |
book | Currency book to populate. |
bool OSB_DB::CurrencyBookGw::fetchBase | ( | const Session & | session, | |
OSB_LIB::Currency & | base | |||
) |
Get the base (default) currency.
session | Database session to use. | |
base | Currency to populate. |
CurrencyBookGw& OSB_DB::CurrencyBookGw::operator= | ( | const CurrencyBookGw & | ) | [private] |
Prevent assignment: not implemented.