Uses of Class
org.pgcodekeeper.core.database.base.parser.AntlrTask
Packages that use AntlrTask
Package
Description
-
Uses of AntlrTask in org.pgcodekeeper.core.database.base.loader
Method parameters in org.pgcodekeeper.core.database.base.loader with type arguments of type AntlrTaskModifier and TypeMethodDescriptionabstract voidAbstractDumpLoader.loadWithoutAnalyze(T db, Queue<AntlrTask<?>> antlrTasks) -
Uses of AntlrTask in org.pgcodekeeper.core.database.base.parser
Method parameters in org.pgcodekeeper.core.database.base.parser with type arguments of type AntlrTaskModifier and TypeMethodDescriptionstatic voidProcesses all tasks in the queue until completion or failure.static <T> voidSubmits a parsing task with completion handler. -
Uses of AntlrTask in org.pgcodekeeper.core.database.ch.loader
Method parameters in org.pgcodekeeper.core.database.ch.loader with type arguments of type AntlrTaskModifier and TypeMethodDescriptionvoidChDumpLoader.loadWithoutAnalyze(ChDatabase db, Queue<AntlrTask<?>> antlrTasks) -
Uses of AntlrTask in org.pgcodekeeper.core.database.ch.parser
Method parameters in org.pgcodekeeper.core.database.ch.parser with type arguments of type AntlrTaskModifier and TypeMethodDescriptionstatic voidChParserUtils.parseSqlStream(InputStreamProvider inputStream, String parsedObjectName, DiffSettings diffSettings, int monitoringLevel, IChContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses ClickHouse SQL stream asynchronously. -
Uses of AntlrTask in org.pgcodekeeper.core.database.ms.loader
Method parameters in org.pgcodekeeper.core.database.ms.loader with type arguments of type AntlrTaskModifier and TypeMethodDescriptionvoidMsDumpLoader.loadWithoutAnalyze(MsDatabase db, Queue<AntlrTask<?>> antlrTasks) -
Uses of AntlrTask in org.pgcodekeeper.core.database.ms.parser
Method parameters in org.pgcodekeeper.core.database.ms.parser with type arguments of type AntlrTaskModifier and TypeMethodDescriptionstatic voidMsParserUtils.parseSqlStream(InputStreamProvider inputStream, String parsedObjectName, DiffSettings diffSettings, int monitoringLevel, IMsContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses Microsoft SQL stream asynchronously. -
Uses of AntlrTask in org.pgcodekeeper.core.database.pg.loader
Method parameters in org.pgcodekeeper.core.database.pg.loader with type arguments of type AntlrTaskModifier and TypeMethodDescriptionvoidPgDumpLoader.loadWithoutAnalyze(PgDatabase db, Queue<AntlrTask<?>> antlrTasks) -
Uses of AntlrTask in org.pgcodekeeper.core.database.pg.parser
Method parameters in org.pgcodekeeper.core.database.pg.parser with type arguments of type AntlrTaskModifier and TypeMethodDescriptionstatic voidPgParserUtils.parseSqlStream(InputStreamProvider inputStream, String parsedObjectName, DiffSettings diffSettings, int monitoringLevel, IPgContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses PostgreSQL SQL stream asynchronously.Constructor parameters in org.pgcodekeeper.core.database.pg.parser with type arguments of type AntlrTaskModifierConstructorDescriptionPgCustomParserListener(PgDatabase database, String filename, ParserListenerMode mode, DiffSettings diffSettings, Queue<AntlrTask<?>> antlrTasks) Creates a new PostgreSQL SQL parser listener. -
Uses of AntlrTask in org.pgcodekeeper.core.database.pg.parser.statement
Constructor parameters in org.pgcodekeeper.core.database.pg.parser.statement with type arguments of type AntlrTaskModifierConstructorDescriptionPgCreateFunction(SQLParser.Create_function_statementContext ctx, PgDatabase db, List<Object> errors, Queue<AntlrTask<?>> antlrTasks, ISettings settings) Constructs a new CreateFunction parser.PgCreateTable(SQLParser.Create_table_statementContext ctx, PgDatabase db, String tablespace, String accessMethod, String oids, org.antlr.v4.runtime.CommonTokenStream stream, ISettings settings, Queue<AntlrTask<?>> antlrTasks) Constructs a new CreateTable parser.