sqlExportQueryConfig
0
0
467
210
Form
-
Include the query in comments
SqlExport.IncludeQueryInComments
-
Generate "DROP IF EXISTS" statement before "CREATE" statement
SqlExport.GenerateDrop
-
Table name to use for INSERT statements:
-
Use SQL formatter to format exported SQL statements
SqlExport.UseFormatter
-
SqlExport.QueryTable
-
Generate "CREATE TABLE" statement at the begining
SqlExport.GenerateCreateTable
-
Format DDL statements only (excludes "INSERT" statements)
SqlExport.FormatDdlsOnly
-
Add "IF NOT EXISTS" clause to "CREATE" statement
SqlExport.GenerateIfNotExists