GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Jobs/Definition.h
Go to the documentation of this file.
1#line 2 "src/Dbo/Jobs/Definition.h"
2
3#ifndef __DBO_JOBS_DEFINITION_H___
4#define __DBO_JOBS_DEFINITION_H___
5
6#include <Wt/WFormModel.h>
7
8namespace GCW {
9 namespace Dbo {
10 namespace Jobs {
11
12extern const char * s_tableName;
13
14 namespace Field {
15
16extern const Wt::WFormModel::Field guid ; // guid text(32) PRIMARY KEY NOT NULL,
17extern const Wt::WFormModel::Field id ; // id text(2048) NOT NULL,
18extern const Wt::WFormModel::Field name ; // name text(2048) NOT NULL,
19extern const Wt::WFormModel::Field reference ; // reference text(2048) NOT NULL,
20extern const Wt::WFormModel::Field active ; // active integer NOT NULL,
21extern const Wt::WFormModel::Field owner_type ; // owner_type integer,
22extern const Wt::WFormModel::Field owner_guid ; // owner_guid text(32)
23
24 } // endnamespace Field {
25 } // endnamespace Jobs {
26 } // endnamespace Dbo {
27} // endnamespace GCW {
28
29#endif // __DBO_JOBS_DEFINITION_H___
30
31
32
const char * Field
const Wt::WFormModel::Field guid
Definition Jobs.cpp:10
const Wt::WFormModel::Field owner_type
Definition Jobs.cpp:15
const Wt::WFormModel::Field reference
Definition Jobs.cpp:13
const Wt::WFormModel::Field active
Definition Jobs.cpp:14
const Wt::WFormModel::Field owner_guid
Definition Jobs.cpp:16
const Wt::WFormModel::Field name
Definition Jobs.cpp:12
const Wt::WFormModel::Field id
Definition Jobs.cpp:11
const char * s_tableName
Definition Jobs.cpp:8
Definition App.h:18