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