GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Slots/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
8namespace GCW {
9 namespace Dbo {
10 namespace Slots {
11
12extern const char * s_tableName;
13
14 namespace Field {
15
16extern Wt::WFormModel::Field id ; // integer PRIMARY KEY AUTOINCREMENT NOT NULL,
17extern Wt::WFormModel::Field obj_guid ; // text(32) NOT NULL,
18extern Wt::WFormModel::Field name ; // text(4096) NOT NULL,
19extern Wt::WFormModel::Field slot_type ; // integer NOT NULL,
20extern Wt::WFormModel::Field int64_val ; // bigint,
21extern Wt::WFormModel::Field string_val ; // text(4096),
22extern Wt::WFormModel::Field double_val ; // float8,
23extern Wt::WFormModel::Field timespec_val ; // text(19),
24extern Wt::WFormModel::Field guid_val ; // text(32),
25extern Wt::WFormModel::Field numeric_val_num ; // bigint,
27extern Wt::WFormModel::Field gdate_val ; // text(8)
28
29 }
30 }
31 }
32} // endnamespace GCW {
33
34#endif // __DBO_SLOTS_DEFINITION_H___
35
36
37
const char * Field
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:18