GnuCashew ~ GnuCash Enabled Web
GCW
Loading...
Searching...
No Matches
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
8namespace GCW {
9 namespace Dbo {
10 namespace Commodities {
11
12extern const char * s_tableName;
13
14 namespace Field {
15
16extern const Wt::WFormModel::Field guid ; // text(32) PRIMARY KEY NOT NULL
17extern const Wt::WFormModel::Field nameSpace ; // text(2048) NOT NULL
18extern const Wt::WFormModel::Field mnemonic ; // text(2048) NOT NULL
19extern const Wt::WFormModel::Field fullname ; // text(2048)
20extern const Wt::WFormModel::Field cusip ; // text(2048)
21extern const Wt::WFormModel::Field fraction ; // integer NOT NULL
22extern const Wt::WFormModel::Field quote_flag ; // integer NOT NULL
23extern const Wt::WFormModel::Field quote_source ; // text(2048)
24extern 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
const Wt::WFormModel::Field fullname
const Wt::WFormModel::Field nameSpace
const Wt::WFormModel::Field guid
const Wt::WFormModel::Field fraction
const Wt::WFormModel::Field mnemonic
const Wt::WFormModel::Field quote_source
const Wt::WFormModel::Field quote_tz
const Wt::WFormModel::Field quote_flag
const char * s_tableName
Definition App.h:18