Class ChDumpLoader
java.lang.Object
org.pgcodekeeper.core.database.base.loader.AbstractLoader<T>
org.pgcodekeeper.core.database.base.loader.AbstractDumpLoader<ChDatabase>
org.pgcodekeeper.core.database.ch.loader.ChDumpLoader
- All Implemented Interfaces:
IDumpLoader,ILoader
ClickHouse dump loader
-
Constructor Summary
ConstructorsConstructorDescriptionChDumpLoader(Path inputFile, DiffSettings diffSettings) ChDumpLoader(InputStreamProvider input, String inputObjectName, DiffSettings diffSettings) -
Method Summary
Modifier and TypeMethodDescriptionvoidloadWithoutAnalyze(ChDatabase db, Queue<AntlrTask<?>> antlrTasks) Methods inherited from class org.pgcodekeeper.core.database.base.loader.AbstractDumpLoader
createDatabaseWithSchema, load, setMode, setOverridesMapMethods inherited from class org.pgcodekeeper.core.database.base.loader.AbstractLoader
addError, getErrors, getMonitor, getSettings, isAllowedSchema, loadAndAnalyzeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pgcodekeeper.core.database.api.loader.ILoader
getErrors, getSettings, loadAndAnalyze
-
Constructor Details
-
ChDumpLoader
-
ChDumpLoader
-
-
Method Details
-
loadWithoutAnalyze
- Specified by:
loadWithoutAnalyzein classAbstractDumpLoader<ChDatabase>
-