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, loadInternal, setMode, setOverridesMapMethods inherited from class org.pgcodekeeper.core.database.base.loader.AbstractLoader
addError, getDatabase, getDatabaseName, getErrors, getMonitor, getSettings, isAllowedSchema, load, 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
getDatabase, getDatabaseName, getErrors, getSettings, load, loadAndAnalyze
-
Constructor Details
-
ChDumpLoader
-
ChDumpLoader
-
-
Method Details
-
loadWithoutAnalyze
- Specified by:
loadWithoutAnalyzein classAbstractDumpLoader<ChDatabase>
-