Uses of Class
org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser
Packages that use TSQLParser
-
Uses of TSQLParser in org.pgcodekeeper.core.loader.jdbc
Method parameters in org.pgcodekeeper.core.loader.jdbc with type arguments of type TSQLParserModifier and TypeMethodDescription<T> voidJdbcLoaderBase.submitMsAntlrTask(String sql, Function<TSQLParser, T> parserCtxReader, Consumer<T> finalizer) -
Uses of TSQLParser in org.pgcodekeeper.core.parsers.antlr.base
Methods in org.pgcodekeeper.core.parsers.antlr.base that return TSQLParserModifier and TypeMethodDescriptionstatic TSQLParserAntlrParser.createTSQLParser(InputStream is, String charset, String parsedObjectName, List<Object> errors) Creates a Microsoft SQL parser from input stream.static TSQLParserAntlrParser.createTSQLParser(String sql, String parsedObjectName, List<Object> errors) Creates a Microsoft SQL parser from string input.