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