WIP: Added page showing list of functions.
Only list is shown, still working on details.
This commit is contained in:
parent
7db859737a
commit
840af1e0a9
19 changed files with 635 additions and 92 deletions
|
|
@ -13,6 +13,10 @@ QString escapeLiteral(const QString &input);
|
|||
|
||||
bool identNeedsQuotes(QString ident);
|
||||
QString quoteIdent(QString ident);
|
||||
/// Puts a string in dollar quote for passing in a query
|
||||
/// the standard quotes are $BODY$ if the tag already exists in the string it will start numbering
|
||||
QString dollarQuoteString(const QString &value);
|
||||
|
||||
|
||||
QString genFQTableName(const PgDatabaseCatalog &catalog, const PgClass &cls);
|
||||
QString getDropConstraintDefinition(const PgDatabaseCatalog &catalog, const PgConstraint &constraint);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue