![]() |
Rosetta
2021.16
|
A work unit that runs a database query, processes the results, and returns a string (presumably a database insert statement) More...
#include <protocols/wum/DatabaseEntryWorkUnit.hh>#include <basic/Tracer.hh>#include <basic/database/sql_utils.hh>#include <utility>#include <utility/sql_database/DatabaseSessionManager.hh>#include <utility/string_util.hh>#include <string>#include <map>Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::wum | |
Functions | |
| static basic::Tracer | TR ("DatabaseEntryWorkUnit") |
A work unit that runs a database query, processes the results, and returns a string (presumably a database insert statement)
A work unit base class that can serialize and deserialize a map representing a database row (keys are column names, values are column values) and a string representing a query to be executed by the master node upon completion of the workunit. This work unit should be treated as a pure virtual since no run() function is implemented.
|
static |
1.8.7