GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Wt/WFormModel.h>
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" |