ultimatepp/tutorial/Sql06/MyApp.h
cxl 79cb1253e0 Sql tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@1257 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-01 21:01:04 +00:00

13 lines
255 B
C++

#ifndef _MyApp_h_
#define _MyApp_h_
#include <Core/Core.h>
#include <plugin/sqlite3/Sqlite3.h>
using namespace Upp;
#define SCHEMADIALECT <plugin/sqlite3/Sqlite3Schema.h>
#define MODEL <Sql06/MyApp.sch>
#include "Sql/sch_header.h"
#endif