|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Wt/WFormModel.h>
Include dependency graph for Jobs/Definition.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | GCW |
| namespace | GCW::Dbo |
| Database Object Namespace. | |
| namespace | GCW::Dbo::Jobs |
| namespace | GCW::Dbo::Jobs::Field |
Variables | |
| const char * | GCW::Dbo::Jobs::s_tableName = "jobs" |
| const Wt::WFormModel::Field | GCW::Dbo::Jobs::Field::guid = "guid" |
| const Wt::WFormModel::Field | GCW::Dbo::Jobs::Field::id = "id" |
| const Wt::WFormModel::Field | GCW::Dbo::Jobs::Field::name = "name" |
| const Wt::WFormModel::Field | GCW::Dbo::Jobs::Field::reference = "reference" |
| const Wt::WFormModel::Field | GCW::Dbo::Jobs::Field::active = "active" |
| const Wt::WFormModel::Field | GCW::Dbo::Jobs::Field::owner_type = "owner_type" |
| const Wt::WFormModel::Field | GCW::Dbo::Jobs::Field::owner_guid = "owner_guid" |