Show view definition

This commit is contained in:
eelke 2019-10-26 13:13:58 +02:00
parent dc949f3c34
commit ead3ce8a8a
3 changed files with 26 additions and 1 deletions

View file

@ -47,6 +47,7 @@ public:
int frozenxid;
int minmxid;
std::vector<QString> options;
QString viewdef;
using PgNamespaceObject::PgNamespaceObject;
@ -59,6 +60,7 @@ private:
mutable QString createSqlCache;
QString createTableSql() const;
QString createViewSql() const;
};
#endif // PGCLASS_H