ROSE
0.9.6a
|
#include <SqliteDatabaseGraph.h>
Public Member Functions | |
projectsRow (std::string project) | |
void | load (sqlite3x::sqlite3_reader &r) |
void | insert (sqlite3x::sqlite3_connection *db) |
![]() | |
dbRow (const char *table) | |
void | set_id (long id) |
long | get_id () const |
![]() | |
dbTable (const char *table) | |
std::string | table () |
std::string | field_list () |
std::vector< std::string > | field_types () |
std::vector< std::string > | getColumnNames () |
Public Attributes | |
std::string | name |
int | rootid |
![]() | |
long | rowid |
![]() | |
std::string | name |
std::vector< std::string > | columnNames |
std::vector< std::string > | columnTypes |
Definition at line 81 of file SqliteDatabaseGraph.h.
|
inline |
Definition at line 84 of file SqliteDatabaseGraph.h.
References dbTable::columnNames, dbTable::columnTypes, name, and cfgUtils::project.
|
inlinevirtual |
Implements dbRow.
Definition at line 98 of file SqliteDatabaseGraph.h.
References name, rootid, and dbRow::rowid.
|
inlinevirtual |
Implements dbRow.
Definition at line 107 of file SqliteDatabaseGraph.h.
References name, PROJECTSTBL, rootid, and dbRow::rowid.
std::string projectsRow::name |
Definition at line 129 of file SqliteDatabaseGraph.h.
Referenced by insert(), load(), and projectsRow().
int projectsRow::rootid |
Definition at line 130 of file SqliteDatabaseGraph.h.