public class CSVModelExporter extends Object implements DBMetaDataExporter
Database meta data structure into a group of CSV files:
columns.csv, primary_keys.csv, unique_keys.csv, foreign_keys.csv, indexes.csv,
checks.csv and sequences.csv.| Constructor and Description |
|---|
CSVModelExporter(File rootDirectory) |
public CSVModelExporter(File rootDirectory)
public void export(Database database) throws IOException, SQLException
export in interface DBMetaDataExporterIOExceptionSQLExceptionCopyright © 2006–2014 Volker Bergmann. All rights reserved.