Uses of Class
org.sqlproc.engine.impl.ErrorMsg

Packages that use ErrorMsg
org.sqlproc.engine The public part of the SQL Processor implementation. 
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
 

Uses of ErrorMsg in org.sqlproc.engine
 

Fields in org.sqlproc.engine with type parameters of type ErrorMsg
private  List<ErrorMsg> SqlEngineException.errors
          The list of parsing errors.
 

Constructor parameters in org.sqlproc.engine with type arguments of type ErrorMsg
SqlEngineException(String msg, List<ErrorMsg> lexerErrors, List<ErrorMsg> parserErrors)
          Creates a new instance of the exception in the process of lexer and parser processing.
SqlEngineException(String msg, List<ErrorMsg> lexerErrors, List<ErrorMsg> parserErrors)
          Creates a new instance of the exception in the process of lexer and parser processing.
 

Uses of ErrorMsg in org.sqlproc.engine.impl
 

Fields in org.sqlproc.engine.impl with type parameters of type ErrorMsg
private  List<ErrorMsg> SqlMappingParser.errors
           
private  List<ErrorMsg> SqlMappingLexer.errors
           
private  List<ErrorMsg> SqlStatementLexer.errors
           
private  List<ErrorMsg> SqlStatementParser.errors
           
 

Methods in org.sqlproc.engine.impl that return ErrorMsg
static ErrorMsg ParserUtils.create(org.antlr.runtime.RecognitionException ex, String[] tokenNames)
           
static ErrorMsg ParserUtils.create(String msg, org.antlr.runtime.RecognitionException ex, String[] tokenNames)
           
 

Methods in org.sqlproc.engine.impl that return types with arguments of type ErrorMsg
 List<ErrorMsg> SqlMappingParser.getErrors()
           
 List<ErrorMsg> SqlMappingLexer.getErrors()
           
 List<ErrorMsg> SqlStatementLexer.getErrors()
           
 List<ErrorMsg> SqlStatementParser.getErrors()
           
 



Copyright © 2011. All Rights Reserved.