Projekt

Allgemein

Profil

Herunterladen als
Herunterladen (331 Bytes) Statistiken
| Zweig: | Revision:
#ifndef PGSQLSCHEMA_H
#define PGSQLSCHEMA_H
#include <memory>
#include "../database.h"
#include "../schema.h"
namespace CuteEntityManager {
class PgSqlSchema : public Schema {
public:
PgSqlSchema(std::shared_ptr<Database>database);
~PgSqlSchema();
QHash<QString, QString> *getTypeMap();
};
}

#endif // PGSQLSCHEMA_H
(4-4/6)