GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Slots/Definition.h"
2 
3 #ifndef __DBO_SLOTS_DEFINITION_H___
4 #define __DBO_SLOTS_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Slots {
11 
12 extern const char * s_tableName;
13 
14  namespace Field {
15 
16 extern Wt::WFormModel::Field id ; // integer PRIMARY KEY AUTOINCREMENT NOT NULL,
17 extern Wt::WFormModel::Field obj_guid ; // text(32) NOT NULL,
18 extern Wt::WFormModel::Field name ; // text(4096) NOT NULL,
19 extern Wt::WFormModel::Field slot_type ; // integer NOT NULL,
20 extern Wt::WFormModel::Field int64_val ; // bigint,
21 extern Wt::WFormModel::Field string_val ; // text(4096),
22 extern Wt::WFormModel::Field double_val ; // float8,
23 extern Wt::WFormModel::Field timespec_val ; // text(19),
24 extern Wt::WFormModel::Field guid_val ; // text(32),
25 extern Wt::WFormModel::Field numeric_val_num ; // bigint,
26 extern Wt::WFormModel::Field numeric_val_denom ; // bigint,
27 extern Wt::WFormModel::Field gdate_val ; // text(8)
28 
29  }
30  }
31  }
32 } // endnamespace GCW {
33 
34 #endif // __DBO_SLOTS_DEFINITION_H___
35 
36 
37 
Wt::WFormModel::Field gdate_val
Definition: Slots.cpp:24
Wt::WFormModel::Field double_val
Definition: Slots.cpp:19
Wt::WFormModel::Field obj_guid
Definition: Slots.cpp:14
Wt::WFormModel::Field id
Definition: Slots.cpp:13
Wt::WFormModel::Field int64_val
Definition: Slots.cpp:17
Wt::WFormModel::Field string_val
Definition: Slots.cpp:18
Wt::WFormModel::Field timespec_val
Definition: Slots.cpp:20
Wt::WFormModel::Field numeric_val_num
Definition: Slots.cpp:22
Wt::WFormModel::Field name
Definition: Slots.cpp:15
Wt::WFormModel::Field slot_type
Definition: Slots.cpp:16
Wt::WFormModel::Field guid_val
Definition: Slots.cpp:21
Wt::WFormModel::Field numeric_val_denom
Definition: Slots.cpp:23
const char * s_tableName
Definition: Slots.cpp:11
Definition: App.h:17