ROSE
0.9.6a
|
#include <SqliteDatabaseGraph.h>
Public Member Functions | |
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 |
std::vector< std::string > | columnNames |
std::vector< std::string > | columnTypes |
Definition at line 42 of file SqliteDatabaseGraph.h.
|
inline |
Definition at line 45 of file SqliteDatabaseGraph.h.
|
inline |
|
inline |
Definition at line 48 of file SqliteDatabaseGraph.h.
References columnNames.
|
inline |
Definition at line 57 of file SqliteDatabaseGraph.h.
References columnTypes.
|
inline |
Definition at line 59 of file SqliteDatabaseGraph.h.
References columnNames.
std::string dbTable::name |
Definition at line 61 of file SqliteDatabaseGraph.h.
Referenced by cgNode::cgNode(), dbTable(), cgNode::set_nodename(), and table().
std::vector<std::string> dbTable::columnNames |
Definition at line 62 of file SqliteDatabaseGraph.h.
Referenced by cgData::cgData(), cgEdge::cgEdge(), cgNode::cgNode(), field_list(), getColumnNames(), and projectsRow::projectsRow().
std::vector<std::string> dbTable::columnTypes |
Definition at line 63 of file SqliteDatabaseGraph.h.
Referenced by cgData::cgData(), cgEdge::cgEdge(), cgNode::cgNode(), field_types(), and projectsRow::projectsRow().