#include <vos/metaobjects/property/pgdb_property.hh>
Inheritance diagram for PGDBProperty:
Definition at line 78 of file pgdb_property.hh.
|
basic constructor
Definition at line 53 of file pgdb_property.cc. Referenced by new_PGDBProperty(). |
|
Destructoratorizer. Closes database connection. Definition at line 85 of file pgdb_property.cc. |
|
Returns underlying database handle. it will really be type PGconn*, simply typecast to fit interface. Definition at line 114 of file pgdb_property.hh. |
|
called by factory to create a new instance
Definition at line 101 of file pgdb_property.hh. Referenced by registerExtenders(). |
|
Open database.
Definition at line 60 of file pgdb_property.cc. |
|
Perform a query on the database, in Postgres' SQL. XXX BUG: does not free 'result' when errors occur (just throws message) Reimplemented from DBProperty. Definition at line 96 of file pgdb_property.cc. |
|
Register PGDBProperty Metaobject extender. You must also call Property::registerExtenders() for stuff to work! Reimplemented from DBProperty. Definition at line 107 of file pgdb_property.hh. |
|
Definition at line 83 of file pgdb_property.hh. Referenced by getConnectionHandle(), open(), and ~PGDBProperty(). |