Class ChProjectLoader
java.lang.Object
org.pgcodekeeper.core.database.base.loader.AbstractLoader<T>
org.pgcodekeeper.core.database.base.loader.AbstractProjectLoader<ChDatabase>
org.pgcodekeeper.core.database.ch.loader.ChProjectLoader
- All Implemented Interfaces:
ILoader,IProjectLoader
ClickHouse project loader for loading database schemas from project directory structures.
-
Constructor Summary
ConstructorsConstructorDescriptionChProjectLoader(Path dirPath, DiffSettings diffSettings) ChProjectLoader(Path dirPath, DiffSettings diffSettings, Collection<String> libXmls, Collection<String> libs, Collection<String> libsWithoutPriv, Path metaPath) -
Method Summary
Methods inherited from class org.pgcodekeeper.core.database.base.loader.AbstractProjectLoader
loadMethods 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
-
ChProjectLoader
-
ChProjectLoader
public ChProjectLoader(Path dirPath, DiffSettings diffSettings, Collection<String> libXmls, Collection<String> libs, Collection<String> libsWithoutPriv, Path metaPath)
-