PersistencyPostgres Member List
This is the complete list of members for PersistencyPostgres, including all inherited members.
check_lock(int id, std::string &user) override | PersistencyPostgres | virtual |
countCID(int i, const std::string &tablename) override | PersistencyPostgres | virtual |
countRows(const std::string &tablename, int i=-1) override | PersistencyPostgres | virtual |
destroy(void) | Persistency | protected |
Diagnostic(void) | Diagnostic | |
getId(void) override | PersistencyPostgres | virtual |
init(void) | Persistency | protected |
insert(const std::map< std::string, Integer * > &elements, int offset) override | PersistencyPostgres | virtual |
insert(const std::map< std::string, Quantity * > &elements, int offset) override | PersistencyPostgres | virtual |
insert(const std::map< std::string, String * > &elements, int offset) override | PersistencyPostgres | virtual |
insert(const std::map< std::string, IntegerVector * > &elements, int offset) override | PersistencyPostgres | virtual |
insert(const std::map< std::string, QuantityVector * > &elements, int offset) override | PersistencyPostgres | virtual |
insert(const std::map< std::string, QuantityMatrix * > &elements, int offset) override | PersistencyPostgres | virtual |
insert(const std::map< std::string, StringVector * > &elements, int offset) override | PersistencyPostgres | virtual |
insertObject(const Persistent &object, int offset) override | PersistencyPostgres | virtual |
lock(void) | Persistency | protected |
Persistency(void) | Persistency | |
PersistencyPostgres(void) | PersistencyPostgres | |
PersistencyPostgres(const char *conninfo) | PersistencyPostgres | explicit |
pop_transaction(void) override | PersistencyPostgres | virtual |
purge(const std::string &tablename, int i=-1) override | PersistencyPostgres | virtual |
purgeAll(void) | PersistencyPostgres | |
push_transaction(void) override | PersistencyPostgres | virtual |
read(int id, std::map< std::string, Integer * > &elements) override | PersistencyPostgres | virtual |
read(int id, std::map< std::string, Quantity * > &elements) override | PersistencyPostgres | virtual |
read(int id, std::map< std::string, String * > &elements) override | PersistencyPostgres | virtual |
read(int id, std::map< std::string, IntegerVector * > &elements) override | PersistencyPostgres | virtual |
read(int id, std::map< std::string, QuantityVector * > &elements) override | PersistencyPostgres | virtual |
read(int id, std::map< std::string, QuantityMatrix * > &elements) override | PersistencyPostgres | virtual |
read(int id, std::map< std::string, StringVector * > &elements) override | PersistencyPostgres | virtual |
readInteger(int id, const std::string &tag) | Persistency | |
readString(int id, const std::string &tag) | Persistency | |
release_lock(int id, std::string &user) override | PersistencyPostgres | virtual |
remove(int i, const std::string &tablename) override | PersistencyPostgres | virtual |
removeObject(int id) override | PersistencyPostgres | virtual |
retrieveChildren(int id, std::vector< std::pair< int, std::string > > &children) override | PersistencyPostgres | virtual |
retrieveObject(int id, std::string &uuid, std::string &tag, std::string &description, std::string &type, int &parentId, int &rootId, double &created_at, double &modified_at) override | PersistencyPostgres | virtual |
retrieveObject(const std::string &uuid, int &id, std::string &tag, std::string &description, std::string &type, int &parentId, int &rootId, double &created_at, double &modified_at) override | PersistencyPostgres | virtual |
setVerbosity(int verbosity) | Diagnostic | |
transaction_depth(void) | Persistency | |
transaction_depth_ | Persistency | protected |
try_lock(int id, std::string &user, int duration) override | PersistencyPostgres | virtual |
unlock(void) | Persistency | protected |
update(int id) override | PersistencyPostgres | virtual |
update(int id, const std::map< std::string, Integer * > &elements) override | PersistencyPostgres | virtual |
update(int id, const std::map< std::string, Quantity * > &elements) override | PersistencyPostgres | virtual |
update(int id, const std::map< std::string, String * > &elements) override | PersistencyPostgres | virtual |
update(int id, const std::map< std::string, IntegerVector * > &elements) override | PersistencyPostgres | virtual |
update(int id, const std::map< std::string, QuantityVector * > &elements) override | PersistencyPostgres | virtual |
update(int id, const std::map< std::string, QuantityMatrix * > &elements) override | PersistencyPostgres | virtual |
update(int id, const std::map< std::string, StringVector * > &elements) override | PersistencyPostgres | virtual |
verbosity(void) const | Diagnostic | |
verbosityInstance | Diagnostic | protected |
~Diagnostic()=default | Diagnostic | protectedvirtual |
~Persistency(void) | Persistency | virtual |
~PersistencyPostgres(void) | PersistencyPostgres | virtual |