|
RcuConf::Priority Class Reference |
Public Types | |
typedef std::list< Priority * > | List |
Public Member Functions | |
Priority (const std::string &desc, const std::vector< int > ¶ms) | |
virtual | ~Priority () |
virtual void | Print () const |
virtual bool | Insert (RcuDb::Server &s) |
const std::string & | Description () const |
void | Params (std::vector< int > ¶ms) const |
Static Public Member Functions | |
bool | Create (RcuDb::Server &s) |
bool | Drop (RcuDb::Server &s) |
bool | Select (List &l, RcuDb::Server &s, const RcuDb::Sql &cond) |
bool | Select (List &l, RcuDb::Server &s, const Config &c) |
Static Public Attributes | |
const std::string | fgName |
Protected Member Functions | |
Priority (RcuDb::Row &row) | |
Protected Attributes | |
std::string | fDescription |
RcuDb::Blob | fParams |
|
Type of List of prioritys.
Definition at line 70 of file Priority.h. Referenced by RcuConf::Configurator::GetOrder(), and Select(). |
|
User constructor.
Definition at line 61 of file Priority.h. References fDescription, and fParams. Referenced by Select(). |
|
Destructor.
Definition at line 67 of file Priority.h. |
|
Construct from a row.
Definition at line 37 of file Priority.cxx. References fDescription, and fParams. |
|
Create a table for these objects.
Definition at line 72 of file Priority.cxx. References fgName. |
|
Definition at line 97 of file Priority.h. References fDescription. |
|
Delete table for these objects.
Definition at line 85 of file Priority.cxx. References fgName. |
|
Insert this object into the database.
Implements RcuConf::Table. Definition at line 55 of file Priority.cxx. References fDescription, fgName, fParams, and RcuConf::Table::MakeId(). |
|
Definition at line 100 of file Priority.h. References fParams. Referenced by RcuConf::Configurator::GetParams(). |
|
Print to standard out.
Definition at line 46 of file Priority.cxx. References fDescription, and fParams. Referenced by RcuConf::Configurator::GetOrder(). |
|
Query the database for objects of this type.
Definition at line 118 of file Priority.cxx. References List, RcuConf::Config::PriorityId(), and Select(). |
|
Query the database for objects of this type.
Definition at line 92 of file Priority.cxx. References fgName, List, and Priority(). Referenced by Select(). |
|
Description.
Definition at line 109 of file Priority.h. Referenced by Description(), Insert(), Print(), and Priority(). |
|
Table name.
|
|
Priority encoded into a blob.
Definition at line 111 of file Priority.h. Referenced by Insert(), Params(), Print(), and Priority(). |
Top of page | Last update Fri Apr 27 01:54:16 2007 |
Copyright © 2004 Christian Holm | Created by DoxyGen 1.3.5 |