Uses of Class
com.metamatrix.api.exception.query.QueryParserException

Packages that use QueryParserException
com.metamatrix.query.parser   
com.metamatrix.query.processor.dynamic   
com.metamatrix.query.xquery   
 

Uses of QueryParserException in com.metamatrix.query.parser
 

Methods in com.metamatrix.query.parser that throw QueryParserException
 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.
 

Uses of QueryParserException in com.metamatrix.query.processor.dynamic
 

Methods in com.metamatrix.query.processor.dynamic that throw QueryParserException
 javax.xml.transform.Source SqlEval.executeSQL(java.lang.String sql)
           
 

Uses of QueryParserException in com.metamatrix.query.xquery
 

Methods in com.metamatrix.query.xquery that throw QueryParserException
 javax.xml.transform.Source XQuerySQLEvaluator.executeSQL(java.lang.String sql)
          Execute a SQL string that returns an XML result
 



Copyright © 2009. All Rights Reserved.