Uses of Class
org.teiid.api.exception.query.QueryParserException

Packages that use QueryParserException
org.teiid.query.parser   
 

Uses of QueryParserException in org.teiid.query.parser
 

Methods in org.teiid.query.parser that throw QueryParserException
 CacheHint QueryParser.parseCacheHint(java.lang.String sql)
           
 Command QueryParser.parseCommand(java.lang.String sql)
          Takes a SQL string representing a Command and returns the object representation.
 Command QueryParser.parseCommand(java.lang.String sql, ParseInfo parseInfo)
          Takes a SQL string representing a Command and returns the object representation.
 Criteria QueryParser.parseCriteria(java.lang.String sql)
          Takes a SQL string representing an SQL criteria (i.e.
 Expression QueryParser.parseExpression(java.lang.String sql)
          Takes a SQL string representing an SQL expression and returns the object representation.
 



Copyright © 2010. All Rights Reserved.