GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Var.h
Go to the documentation of this file.
1#line 2 "src/Dbo/Var.h"
2
3#ifndef __VAR_H___
4#define __VAR_H___
5
6#include <Wt/WFormModel.h>
7
8namespace GCW {
9 namespace Dbo {
10 namespace Var {
11 namespace Field {
12
13extern Wt::WFormModel::Field keyField ; // text(32) PRIMARY KEY NOT NULL
14extern Wt::WFormModel::Field cfyField ; // text(32) NOT NULL
15extern Wt::WFormModel::Field varField ; // text
16
17 }
18 }
19 }
20} // endnamespace GCW {
21
22#endif // end#ifndef __VAR_H___
23
24
25
const char * Field
Wt::WFormModel::Field varField
Definition Var.cpp:7
Wt::WFormModel::Field cfyField
Definition Var.cpp:6
Wt::WFormModel::Field keyField
Definition Var.cpp:5
Definition App.h:18