Uses of Class
org.pgcodekeeper.core.parsers.antlr.base.AntlrTask
Packages that use AntlrTask
Package
Description
-
Uses of AntlrTask in org.pgcodekeeper.core.loader
Method parameters in org.pgcodekeeper.core.loader with type arguments of type AntlrTaskModifier and TypeMethodDescriptionPgDumpLoader.loadAsync(AbstractDatabase d, Queue<AntlrTask<?>> antlrTasks) Loads SQL dump asynchronously into the provided database with default schema setup.PgDumpLoader.loadDatabase(AbstractDatabase intoDb, Queue<AntlrTask<?>> antlrTasks) Loads SQL dump into the specified database using ANTLR parsing. -
Uses of AntlrTask in org.pgcodekeeper.core.parsers.antlr.base
Method parameters in org.pgcodekeeper.core.parsers.antlr.base with type arguments of type AntlrTaskModifier and TypeMethodDescriptionstatic voidProcesses all tasks in the queue until completion or failure.static voidAntlrParser.parseChSqlStream(InputStreamProvider inputStream, String charsetName, String parsedObjectName, List<Object> errors, IMonitor mon, int monitoringLevel, ChSqlContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses ClickHouse SQL stream asynchronously.static voidAntlrParser.parseSqlStream(InputStreamProvider inputStream, String charsetName, String parsedObjectName, List<Object> errors, IMonitor mon, int monitoringLevel, SqlContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses PostgreSQL SQL stream asynchronously.static voidAntlrParser.parseTSqlStream(InputStreamProvider inputStream, String charsetName, String parsedObjectName, List<Object> errors, IMonitor mon, int monitoringLevel, TSqlContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses Microsoft SQL stream asynchronously.static <T> voidSubmits a parsing task with completion handler. -
Uses of AntlrTask in org.pgcodekeeper.core.parsers.antlr.pg
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.pg with type arguments of type AntlrTaskModifierConstructorDescriptionCustomSQLParserListener(PgDatabase database, String filename, ParserListenerMode mode, List<Object> errors, Queue<AntlrTask<?>> antlrTasks, IMonitor monitor, ISettings settings) Creates a new PostgreSQL SQL parser listener. -
Uses of AntlrTask in org.pgcodekeeper.core.parsers.antlr.pg.statement
Constructor parameters in org.pgcodekeeper.core.parsers.antlr.pg.statement with type arguments of type AntlrTaskModifierConstructorDescriptionCreateFunction(SQLParser.Create_function_statementContext ctx, PgDatabase db, List<Object> errors, Queue<AntlrTask<?>> antlrTasks, ISettings settings) Constructs a new CreateFunction parser.