ROSE
0.9.6a
|
#include <SqliteDatabaseGraph.h>
Public Member Functions | |
cgEdge () | |
cgEdge (int graphid, int edge, int source, int target) | |
cgEdge (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_edgeId (int id) |
int | get_edgeId () |
void | set_sourceId (int source) |
int | get_sourceId () |
void | set_targetId (int target) |
int | get_targetId () |
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 | gid |
int | edgeId |
int | sourceId |
int | targetId |
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 263 of file SqliteDatabaseGraph.h.
|
inline |
Definition at line 266 of file SqliteDatabaseGraph.h.
|
inline |
Definition at line 268 of file SqliteDatabaseGraph.h.
References dbTable::columnNames, dbTable::columnTypes, edgeId, gid, sourceId, and targetId.
|
inline |
Definition at line 287 of file SqliteDatabaseGraph.h.
References load().
|
inlinevirtual |
Implements dbRow.
Definition at line 289 of file SqliteDatabaseGraph.h.
References edgeId, gid, dbRow::rowid, sourceId, and targetId.
Referenced by cgEdge(), and DatabaseGraph< VertexType, EdgeType, BoostVertexList, BoostEdgeList, BoostDirection, BoostVertexProperty, BoostEdgeProperty, BoostGraphProperty >::loadFromDatabase().
|
inlinevirtual |
Implements dbRow.
Definition at line 298 of file SqliteDatabaseGraph.h.
References edgeId, gid, GRAPHEDGETBL, dbRow::rowid, sourceId, and targetId.
|
inline |
Definition at line 324 of file SqliteDatabaseGraph.h.
References gid.
|
inline |
Definition at line 325 of file SqliteDatabaseGraph.h.
References gid.
|
inline |
Definition at line 327 of file SqliteDatabaseGraph.h.
References edgeId.
|
inline |
Definition at line 328 of file SqliteDatabaseGraph.h.
References edgeId.
|
inline |
Definition at line 330 of file SqliteDatabaseGraph.h.
References sourceId.
|
inline |
Definition at line 331 of file SqliteDatabaseGraph.h.
References sourceId.
|
inline |
Definition at line 333 of file SqliteDatabaseGraph.h.
References targetId.
|
inline |
Definition at line 334 of file SqliteDatabaseGraph.h.
References targetId.
int cgEdge::gid |
Definition at line 336 of file SqliteDatabaseGraph.h.
Referenced by cgEdge(), get_graphid(), insert(), load(), and set_graphid().
int cgEdge::edgeId |
Definition at line 337 of file SqliteDatabaseGraph.h.
Referenced by cgEdge(), get_edgeId(), insert(), load(), and set_edgeId().
int cgEdge::sourceId |
Definition at line 338 of file SqliteDatabaseGraph.h.
Referenced by cgEdge(), get_sourceId(), insert(), load(), and set_sourceId().
int cgEdge::targetId |
Definition at line 339 of file SqliteDatabaseGraph.h.
Referenced by cgEdge(), get_targetId(), insert(), load(), and set_targetId().