exportInsertQueries

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

Writes the insert queries associated with the supplied table to the PrintWriter.

Uses the longLastingConnection property for the connection.

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