Class MsDumpLoader
java.lang.Object
org.pgcodekeeper.core.database.base.loader.AbstractLoader<T>
org.pgcodekeeper.core.database.base.loader.AbstractDumpLoader<MsDatabase>
org.pgcodekeeper.core.database.ms.loader.MsDumpLoader
- All Implemented Interfaces:
IDumpLoader,ILoader
MS SQL dump loader
-
Constructor Summary
ConstructorsConstructorDescriptionMsDumpLoader(Path inputFile, DiffSettings diffSettings) MsDumpLoader(InputStreamProvider input, String inputObjectName, DiffSettings diffSettings) -
Method Summary
Modifier and TypeMethodDescriptionvoidloadWithoutAnalyze(MsDatabase 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
-
MsDumpLoader
-
MsDumpLoader
-
-
Method Details
-
loadWithoutAnalyze
- Specified by:
loadWithoutAnalyzein classAbstractDumpLoader<MsDatabase>
-