Defines members of the SqlDatabaseManager class. More...
#include "sql_database_manager.h"
#include <sstream>
#include <vector>
#include <iostream>
#include "profiling.h"
Go to the source code of this file.
Classes | |
class | db_planner::LoadModelFunctor |
Load a Model from the database and populate its fields. More... | |
Namespaces | |
namespace | db_planner |
Functions | |
static bool | db_planner::NameList (const string &name_type, const DatabaseConnection &database, vector< string > *list) |
Return a list of some name_type, such as "distance_function" or "alignment_method". | |
PROF_DECLARE (GET_GRASPS_GETFIELD) | |
PROF_DECLARE (GET_GRASPS_GETCOLUMN) | |
PROF_DECLARE (GET_GRASPS_SQL) |
Defines members of the SqlDatabaseManager class.
Definition in file sql_database_manager.cpp.
PROF_DECLARE | ( | GET_GRASPS_GETFIELD | ) |
PROF_DECLARE | ( | GET_GRASPS_GETCOLUMN | ) |
PROF_DECLARE | ( | GET_GRASPS_SQL | ) |