writeAllTablesAsMarkdown

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

Writes all tables as text

Parameters

schemaName

the name of the schema that should contain the tables

out

the PrintWriter to write to