Class ChModelExporter
java.lang.Object
org.pgcodekeeper.core.database.base.project.AbstractModelExporter
org.pgcodekeeper.core.database.ch.project.ChModelExporter
- All Implemented Interfaces:
IModelExporter
Model exporter for ClickHouse databases.
Handles ClickHouse-specific directory structure and file naming.
-
Field Summary
Fields inherited from class org.pgcodekeeper.core.database.base.project.AbstractModelExporter
GROUP_DELIMITER -
Constructor Summary
ConstructorsConstructorDescriptionChModelExporter(Path outDir, IDatabase db, String sqlEncoding, ISettings settings) ChModelExporter(Path outDir, IDatabase newDb, IDatabase oldDb, Path structureFile, Collection<TreeElement> changedObjects, String sqlEncoding, ISettings settings) ChModelExporter(Path outDir, IDatabase newDb, IDatabase oldDb, Collection<TreeElement> changedObjects, String sqlEncoding, ISettings settings) -
Method Summary
Methods inherited from class org.pgcodekeeper.core.database.base.project.AbstractModelExporter
exportFull, exportPartial, exportProject, getDumpSql, getExportedFilenameSql, getRelativeFilePath, writeProjVersion
-
Constructor Details
-
ChModelExporter
-
ChModelExporter
public ChModelExporter(Path outDir, IDatabase newDb, IDatabase oldDb, Collection<TreeElement> changedObjects, String sqlEncoding, ISettings settings) -
ChModelExporter
public ChModelExporter(Path outDir, IDatabase newDb, IDatabase oldDb, Path structureFile, Collection<TreeElement> changedObjects, String sqlEncoding, ISettings settings)
-