exportAllTablesAsInsertQueries

open override fun exportAllTablesAsInsertQueries(schemaName: String?, out: PrintWriter)

Writes all table data as insert queries to the PrintWriter

Uses the longLastingConnection property for the connection.

Parameters

schemaName

the name of the schema that should contain the tables

out

the PrintWriter to write to