#ifndef _Postgres_Postgres_h #define _Postgres_Postgres_h #include #include using namespace Upp; #define LAYOUTFILE #include #include #define SCHEMADIALECT #define MODEL #include "Sql/sch_header.h" class PostgreSQLTest : public WithPostgreSQLTestLayout { public: typedef PostgreSQLTest CLASSNAME; PostgreSQLTest(); bool OpenDB(); bool InsertTestData(); void ShowTestData(); protected: PostgreSQLSession m_session; }; #endif