writeTableAsMarkdown

abstract fun writeTableAsMarkdown(tableName: String, schemaName: String? = defaultSchemaName, out: PrintWriter = outputDirectory.createPrintWriter("${label}_${tableName}.md"))

Writes the table as prettified text.

Parameters

schemaName

the name of the schema that should contain the tables

tableName

the unqualified name of the table to write

out

the PrintWriter to write to. The print writer is not closed