GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Books/Definition.h
Go to the documentation of this file.
1#line 2 "src/Dbo/Books/Definition.h"
2
3#ifndef __DBO_BOOKS_DEFINITION_H___
4#define __DBO_BOOKS_DEFINITION_H___
5
6#include <Wt/WFormModel.h>
7
8namespace GCW {
9 namespace Dbo {
10 namespace Books {
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 root_account_guid ; // text(32) NOT NULL,
18extern const Wt::WFormModel::Field root_template_guid ; // text(32) NOT NULL
19
20 } // endnamespace Field {
21 } // endnamespace Books {
22 } // endnamespace Dbo {
23} // endnamespace GCW {
24
25#endif // __DBO_BOOKS_DEFINITION_H___
26
27
28
const char * Field
const Wt::WFormModel::Field guid
Definition Books.cpp:10
const Wt::WFormModel::Field root_template_guid
Definition Books.cpp:12
const Wt::WFormModel::Field root_account_guid
Definition Books.cpp:11
const char * s_tableName
Definition Books.cpp:8
Definition App.h:18