Uses of Interface
org.pgcodekeeper.core.database.ms.parser.IMsContextProcessor
Packages that use IMsContextProcessor
-
Uses of IMsContextProcessor in org.pgcodekeeper.core.database.ms.parser
Classes in org.pgcodekeeper.core.database.ms.parser that implement IMsContextProcessorModifier and TypeClassDescriptionfinal classCustom ANTLR listener for parsing Microsoft SQL Server (T-SQL) statements.final classCustom ANTLR listener for processing Microsoft SQL Server (T-SQL) statements with override support.Methods in org.pgcodekeeper.core.database.ms.parser with parameters of type IMsContextProcessorModifier and TypeMethodDescriptionstatic voidMsParserUtils.parseSqlStream(InputStreamProvider inputStream, String parsedObjectName, DiffSettings diffSettings, int monitoringLevel, IMsContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses Microsoft SQL stream asynchronously.