Uses of Class
org.eclipse.datatools.sqltools.sql.parser.ParserParameters

Packages that use ParserParameters
org.eclipse.datatools.sqltools.sql.parser   
 

Uses of ParserParameters in org.eclipse.datatools.sqltools.sql.parser
 

Methods in org.eclipse.datatools.sqltools.sql.parser with parameters of type ParserParameters
 ParsingResult SQLParser.parse(java.lang.String text, ParserParameters parameters)
          Parses a sql text and try to construct the AST by ignoring all the parsing exceptions and moving to the start token of the next possible statement;