GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
python-bindings.gnucash_core.GncPriceDB Class Reference
Inheritance diagram for python-bindings.gnucash_core.GncPriceDB:
python-bindings.gnucash_core.GnuCashCoreClass

Additional Inherited Members

- Public Member Functions inherited from python-bindings.gnucash_core.GnuCashCoreClass
def do_lookup_create_oo_instance
 

Detailed Description

a simple price database for gnucash.
The PriceDB is intended to be a database of price quotes, or more specifically,
a database of GNCPrices. For the time being, it is still a fairly simple
database supporting only fairly simple queries. It is expected that new
queries will be added as needed, and that there is some advantage to delaying
complex queries for now in the hope that we get a real DB implementation
before they're really needed.

Every QofBook contains a GNCPriceDB, accessible via gnc_pricedb_get_db.

Definition in file gnc-pricedb.h.
See also http://code.gnucash.org/docs/head/gnc-pricedb_8h.html

Definition at line 327 of file gnucash_core.py.


The documentation for this class was generated from the following file: