export All Tables As Insert Queries
abstract fun exportAllTablesAsInsertQueries(schemaName: String? = defaultSchemaName, out: PrintWriter = outputDirectory.createPrintWriter("${label}_TableInserts.sql"))
Writes all table data as insert queries to the PrintWriter
Parameters
schema Name
the name of the schema that should contain the tables
out
the PrintWriter to write to