ROSE
0.9.6a
|
#include <SqliteDatabaseGraph.h>
Public Member Functions | |
dbRow (const char *table) | |
void | set_id (long id) |
long | get_id () const |
virtual void | load (sqlite3x::sqlite3_reader &r)=0 |
virtual void | insert (sqlite3x::sqlite3_connection *db)=0 |
Public Member Functions inherited from dbTable | |
dbTable (const char *table) | |
std::string | table () |
std::string | field_list () |
std::vector< std::string > | field_types () |
std::vector< std::string > | getColumnNames () |
Public Attributes | |
long | rowid |
Public Attributes inherited from dbTable | |
std::string | name |
std::vector< std::string > | columnNames |
std::vector< std::string > | columnTypes |
Definition at line 67 of file SqliteDatabaseGraph.h.
|
inline |
Definition at line 70 of file SqliteDatabaseGraph.h.
|
inline |
Definition at line 72 of file SqliteDatabaseGraph.h.
References rowid.
|
inline |
Definition at line 73 of file SqliteDatabaseGraph.h.
References rowid.
|
pure virtual |
Implemented in cgEdge, cgNode, cgData, and projectsRow.
|
pure virtual |
Implemented in cgEdge, cgNode, cgData, and projectsRow.
long dbRow::rowid |
Definition at line 78 of file SqliteDatabaseGraph.h.
Referenced by get_id(), projectsRow::insert(), cgData::insert(), cgNode::insert(), cgEdge::insert(), projectsRow::load(), cgData::load(), cgNode::load(), cgEdge::load(), and set_id().