printTableAsCSV

open override fun printTableAsCSV(tableName: String, schemaName: String?, header: Boolean)

Prints the table as comma separated values to the console.

Uses the longLastingConnection property for the connection.

Parameters

schemaName

the name of the schema that should contain the table

tableName

the name of the table to print