GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Versions/Definition.h"
2 
3 #ifndef __DBO_VERSIONS_DEFINITION_H___
4 #define __DBO_VERSIONS_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Versions {
11 
12 extern const char * s_tableName;
13 
14  namespace Field {
15 
16 extern const Wt::WFormModel::Field table_name ; // text(50) PRIMARY KEY NOT NULL,
17 extern const Wt::WFormModel::Field table_version ; // integer NOT NULL
18 
19  } // endnamespace Field {
20  } // endnamespace Versions {
21  } // endnamespace Dbo {
22 } // endnamespace GCW {
23 
24 #endif // __DBO_VERSIONS_DEFINITION_H___
25 
26 
27 
const Wt::WFormModel::Field table_name
Definition: Versions.cpp:10
const Wt::WFormModel::Field table_version
Definition: Versions.cpp:11
const char * s_tableName
Definition: Versions.cpp:8
Definition: App.h:17