4// (c) Copyright Rosetta Commons Member Institutions.
5// (c) This file is part of the Rosetta software suite and is made available under license.
6// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10/// @file DatabaseEntryWorkUnit.cc
11///
12/// @brief A work unit base class that can serialize and deserialize a map representing a database row (keys are column names, values are column values)
13/// 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
14/// pure virtual since no run() function is implemented.