Improvements in generated SQL for CREATE FUNCTION
This commit is contained in:
parent
f692569d27
commit
1854a4bdaa
2 changed files with 40 additions and 14 deletions
|
|
@ -75,6 +75,8 @@ public:
|
|||
QString argListWithNames(bool multiline = false) const;
|
||||
QString argSigList(const bool forScript = false) const;
|
||||
|
||||
QString volatility() const;
|
||||
|
||||
// bool isTrigger() const
|
||||
// {
|
||||
// return typname == wxT("\"trigger\"") || typname == wxT("trigger") || typname == wxT("event_trigger") || typname == wxT("\"event_trigger\""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue