GnuCashew ~ GnuCash Enabled Web
GCW
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 
8 namespace GCW {
9  namespace Dbo {
10  namespace Jobs {
11 
12 extern const char * s_tableName;
13 
14  namespace Field {
15 
16 extern const Wt::WFormModel::Field guid ; // guid text(32) PRIMARY KEY NOT NULL,
17 extern const Wt::WFormModel::Field id ; // id text(2048) NOT NULL,
18 extern const Wt::WFormModel::Field name ; // name text(2048) NOT NULL,
19 extern const Wt::WFormModel::Field reference ; // reference text(2048) NOT NULL,
20 extern const Wt::WFormModel::Field active ; // active integer NOT NULL,
21 extern const Wt::WFormModel::Field owner_type ; // owner_type integer,
22 extern 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 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:17