exportAllTablesAsInsertQueries

abstract fun exportAllTablesAsInsertQueries(schemaName: String? = defaultSchemaName, out: PrintWriter = outputDirectory.createPrintWriter("${label}_TableInserts.sql"))

Writes all table data as insert queries to the PrintWriter

Parameters

schemaName

the name of the schema that should contain the tables

out

the PrintWriter to write to