From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- Plugins/SqlExport/SqlExportQuery.ui | 85 +++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 Plugins/SqlExport/SqlExportQuery.ui (limited to 'Plugins/SqlExport/SqlExportQuery.ui') diff --git a/Plugins/SqlExport/SqlExportQuery.ui b/Plugins/SqlExport/SqlExportQuery.ui new file mode 100644 index 0000000..4d2a6ae --- /dev/null +++ b/Plugins/SqlExport/SqlExportQuery.ui @@ -0,0 +1,85 @@ + + + sqlExportQueryConfig + + + + 0 + 0 + 467 + 163 + + + + Form + + + + + + Use SQL formatter to format exported SQL statements + + + SqlExport.UseFormatter + + + + + + + Table name to use for insert statements: + + + + + + + Generate "CREATE TABLE" statement at the begining + + + SqlExport.GenerateCreateTable + + + + + + + Include the query in comments + + + SqlExport.IncludeQueryInComments + + + + + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + + + SqlExport.GenerateDrop + + + + + + + SqlExport.QueryTable + + + + + + + Format DDL statements only (excludes "INSERT" statements) + + + SqlExport.FormatDdlsOnly + + + + + + + + -- cgit v1.2.3