export Insert Queries
abstract fun exportInsertQueries(tableName: String, schemaName: String? = defaultSchemaName, out: PrintWriter = outputDirectory.createPrintWriter("${label}_${tableName}_Inserts.sql"))
Writes the insert queries associated with the supplied table to the PrintWriter
Parameters
schema Name
the name of the schema that should contain the table
table Name
the unqualified name of the table
out
the PrintWriter to write to