GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Commodities/Definition.h"
2 
3 #ifndef __DBO_COMMODITIES_DEFINITION_H___
4 #define __DBO_COMMODITIES_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Commodities {
11 
12 extern const char * s_tableName;
13 
14  namespace Field {
15 
16 extern const Wt::WFormModel::Field guid ; // text(32) PRIMARY KEY NOT NULL
17 extern const Wt::WFormModel::Field nameSpace ; // text(2048) NOT NULL
18 extern const Wt::WFormModel::Field mnemonic ; // text(2048) NOT NULL
19 extern const Wt::WFormModel::Field fullname ; // text(2048)
20 extern const Wt::WFormModel::Field cusip ; // text(2048)
21 extern const Wt::WFormModel::Field fraction ; // integer NOT NULL
22 extern const Wt::WFormModel::Field quote_flag ; // integer NOT NULL
23 extern const Wt::WFormModel::Field quote_source ; // text(2048)
24 extern const Wt::WFormModel::Field quote_tz ; // text(2048)
25 
26  } // endnamespace Field {
27  } // endnamespace Commodities {
28  } // endnamespace Dbo {
29 } // endnamespace GCW {
30 
31 #endif // __DBO_COMMODITIES_DEFINITION_H___
32 
33 
34 
const Wt::WFormModel::Field cusip
Definition: Commodities.cpp:40
const Wt::WFormModel::Field fullname
Definition: Commodities.cpp:39
const Wt::WFormModel::Field nameSpace
Definition: Commodities.cpp:37
const Wt::WFormModel::Field guid
Definition: Commodities.cpp:36
const Wt::WFormModel::Field fraction
Definition: Commodities.cpp:41
const Wt::WFormModel::Field mnemonic
Definition: Commodities.cpp:38
const Wt::WFormModel::Field quote_source
Definition: Commodities.cpp:43
const Wt::WFormModel::Field quote_tz
Definition: Commodities.cpp:44
const Wt::WFormModel::Field quote_flag
Definition: Commodities.cpp:42
const char * s_tableName
Definition: Commodities.cpp:34
Definition: App.h:17