ultimatepp/uppsrc/Sql/Sql.h
mdelfede d2b54f7989 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

23 lines
323 B
C

#ifndef SQL_H
#define SQL_H
#include <Core/Core.h>
NAMESPACE_UPP
#ifdef flagNOAPPSQL
#define NOAPPSQL
#define APPSQLCURSOR
#define APPSQLSESSION
#else
#define APPSQLCURSOR = SQL
#define APPSQLSESSION = SQL.GetSession()
#endif
#include "Sqlexp.h"
#include "Sqls.h"
#include "SqlSchema.h"
END_UPP_NAMESPACE
#endif