write All Tables As Markdown
abstract fun writeAllTablesAsMarkdown(schemaName: String? = defaultSchemaName, out: PrintWriter = outputDirectory.createPrintWriter("${label}_Tables.md"))
Writes all tables as text
Parameters
schema Name
the name of the schema that should contain the tables
out
the PrintWriter to write to