exportInsertQueries

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

schemaName

the name of the schema that should contain the table

tableName

the unqualified name of the table

out

the PrintWriter to write to