TablesTableModel now also shows (materialized) views en foreign tables.
This commit is contained in:
parent
a0579538df
commit
f0ffcf4abd
4 changed files with 8 additions and 2 deletions
|
|
@ -63,6 +63,7 @@ public:
|
|||
// bool operator<(Oid _oid) const { return oid < _oid; }
|
||||
// bool operator<(const PgClass &rhs) const { return oid < rhs.oid; }
|
||||
|
||||
QString kindString() const;
|
||||
QString createSql() const;
|
||||
QString typeName() const override;
|
||||
QString aclAllPattern() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue