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