Show view definition
This commit is contained in:
parent
dc949f3c34
commit
ead3ce8a8a
3 changed files with 26 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue