printTableAsCSV

abstract fun printTableAsCSV(tableName: String, schemaName: String? = defaultSchemaName, header: Boolean = true)

Prints the table as comma separated values to the console

Parameters

schemaName

the name of the schema that should contain the table

tableName

the name of the table to print