refactor table sql generation
This commit is contained in:
parent
3158a4364b
commit
14b5293dea
2 changed files with 40 additions and 24 deletions
|
|
@ -59,6 +59,8 @@ private:
|
|||
mutable QString createSqlCache;
|
||||
|
||||
QString createTableSql() const;
|
||||
QString generateInheritsSql() const;
|
||||
QString generateTablespaceSql() const;
|
||||
QString createViewSql() const;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue