ROSE
0.9.6a
|
#include <SqliteDatabaseGraph.h>
Public Member Functions | |
cgData (int project, int type) | |
cgData (sqlite3x::sqlite3_reader &r) | |
void | load (sqlite3x::sqlite3_reader &r) |
void | insert (sqlite3x::sqlite3_connection *db) |
void | set_graphid (int id) |
int | get_graphid () |
void | set_projectid (int id) |
int | get_projectid () |
void | set_graphtype (int type) |
int | get_graphtype () |
Public Member Functions inherited from dbRow | |
dbRow (const char *table) | |
void | set_id (long id) |
long | get_id () const |
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 | |
int | projectId |
int | graphType |
Public Attributes inherited from dbRow | |
long | rowid |
Public Attributes inherited from dbTable | |
std::string | name |
std::vector< std::string > | columnNames |
std::vector< std::string > | columnTypes |
Definition at line 133 of file SqliteDatabaseGraph.h.
|
inline |
Definition at line 136 of file SqliteDatabaseGraph.h.
References dbTable::columnNames, dbTable::columnTypes, graphType, cfgUtils::project, and projectId.
|
inline |
Definition at line 149 of file SqliteDatabaseGraph.h.
References load().
|
inlinevirtual |
Implements dbRow.
Definition at line 152 of file SqliteDatabaseGraph.h.
References graphType, projectId, and dbRow::rowid.
Referenced by cgData().
|
inlinevirtual |
Implements dbRow.
Definition at line 161 of file SqliteDatabaseGraph.h.
References GRAPHDATATBL, graphType, projectId, and dbRow::rowid.
|
inline |
Definition at line 183 of file SqliteDatabaseGraph.h.
References projectId.
|
inline |
Definition at line 184 of file SqliteDatabaseGraph.h.
References projectId.
|
inline |
Definition at line 186 of file SqliteDatabaseGraph.h.
References projectId.
|
inline |
Definition at line 187 of file SqliteDatabaseGraph.h.
References projectId.
|
inline |
Definition at line 189 of file SqliteDatabaseGraph.h.
References graphType.
|
inline |
Definition at line 190 of file SqliteDatabaseGraph.h.
References graphType.
int cgData::projectId |
Definition at line 192 of file SqliteDatabaseGraph.h.
Referenced by cgData(), get_graphid(), get_projectid(), insert(), load(), set_graphid(), and set_projectid().
int cgData::graphType |
Definition at line 193 of file SqliteDatabaseGraph.h.
Referenced by cgData(), get_graphtype(), insert(), load(), and set_graphtype().