Package org.eclipse.datatools.sqltools.sql.parser

Interface Summary
SQLParserConstants This interface defines the constants used by SQLParser, including: scopes indicating the current context for the SQLParser; and sql statement type constansts.
 

Class Summary
DBObjectReference  
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Messages  
ParserParameters This class defines the parameters passed into the parser.
ParserProposalAdvisor This class knows how to convert information generated by a SQL parser into completion proposals for content assist.
ParsingResult Used to cache the parsing result of a sql text.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SQLParser Abstract SQL parser.
SQLWord  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError