Uses of Class
org.pgcodekeeper.core.database.pg.parser.generated.SQLParser
Packages that use SQLParser
Package
Description
-
Uses of SQLParser in org.pgcodekeeper.core.database.pg.loader
Method parameters in org.pgcodekeeper.core.database.pg.loader with type arguments of type SQLParserModifier and TypeMethodDescription<T> voidPgJdbcLoader.submitAntlrTask(String sql, Function<SQLParser, T> parserCtxReader, Consumer<T> finalizer) <T> voidPgJdbcLoader.submitPlpgsqlTask(String sql, Function<SQLParser, T> parserCtxReader, Consumer<T> finalizer) -
Uses of SQLParser in org.pgcodekeeper.core.database.pg.parser
Methods in org.pgcodekeeper.core.database.pg.parser that return SQLParserModifier and TypeMethodDescriptionstatic SQLParserPgParserUtils.createSqlParser(InputStream is, String charset, String parsedObjectName, List<Object> errors) Creates a PostgreSQL SQL parser from input stream.static SQLParserPgParserUtils.createSqlParser(String sql, String parsedObjectName, List<Object> errors) Creates a PostgreSQL SQL parser from string input.static SQLParserPgParserUtils.createSqlParser(String sql, String parsedObjectName, List<Object> errors, org.antlr.v4.runtime.Token start) Creates a PostgreSQL SQL parser from string input with position offset.