Overview of triggers extended with function name and arguments.
Did a lot of refactoring on the catalog to keep things clean.
This commit is contained in:
parent
35813ae926
commit
fcb191f2cc
44 changed files with 797 additions and 404 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "CreateDatabaseDialog.h"
|
||||
#include "CreateDatabaseDialog.h"
|
||||
#include "ui_CreateDatabaseDialog.h"
|
||||
|
||||
CreateDatabaseDialog::CreateDatabaseDialog(QWidget *parent) :
|
||||
|
|
@ -12,3 +12,14 @@ CreateDatabaseDialog::~CreateDatabaseDialog()
|
|||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
//CREATE DATABASE name
|
||||
// [ [ WITH ] [ OWNER [=] user_name ]
|
||||
// [ TEMPLATE [=] template ]
|
||||
// [ ENCODING [=] encoding ]
|
||||
// [ LC_COLLATE [=] lc_collate ]
|
||||
// [ LC_CTYPE [=] lc_ctype ]
|
||||
// [ TABLESPACE [=] tablespace_name ]
|
||||
// [ ALLOW_CONNECTIONS [=] allowconn ]
|
||||
// [ CONNECTION LIMIT [=] connlimit ]
|
||||
// [ IS_TEMPLATE [=] istemplate ] ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue