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