Uses of Class
org.outerj.daisy.query.ParseException

Packages that use ParseException
org.outerj.daisy.query   
 

Uses of ParseException in org.outerj.daisy.query
 

Methods in org.outerj.daisy.query that return ParseException
 ParseException QueryParser.generateParseException()
           
 

Methods in org.outerj.daisy.query that throw ParseException
 CondExpr QueryParser.whereClause()
           
 CondExpr QueryParser.standAloneWhereClause()
           
 CondExpr QueryParser.orExpression()
           
 CondExpr QueryParser.andExpression()
           
 CondExpr QueryParser.condition()
           
 CondExpr QueryParser.grouping()
           
 CondExpr QueryParser.unaryExpression(Identifier identifier)
           
 CondExpr QueryParser.isNull(Identifier identifier)
           
 CondExpr QueryParser.isNotNull(Identifier identifier)
           
 CondExpr QueryParser.multiArgCond(Identifier identifier)
           
 CondExpr QueryParser.betweenExpression(boolean not, Identifier identifier)
           
 CondExpr QueryParser.inExpression(boolean not, Identifier identifier)
           
 CondExpr QueryParser.likeExpression(boolean not, Identifier identifier)
           
 InCollection QueryParser.inCollection()
           
 Query QueryParser.query()
           
 IdentifierList QueryParser.selectClause()
           
 java.lang.Object[] QueryParser.orderByClause()
           
 void QueryParser.orderByItem(IdentifierList identifiers, java.util.List directions)
           
 IdentifierList QueryParser.identifierList()
           
 int QueryParser.limitClause()
           
 java.util.Map QueryParser.optionClause()
           
 java.lang.Object[] QueryParser.fullTextClause()
          Returns array containing two items: first is a string containing the fulltext query, the second is a CondExpr containing further conditions.
 LinksToOrFrom QueryParser.linksToOrFrom()
           
 LinksToOrFrom QueryParser.linksToOrFromVariant()
           
 IsLinked QueryParser.isLinked()
           
 IsLinked QueryParser.isNotLinked()
           
 HasPartWithMimeType QueryParser.hasPartWithMimeType()
           
 HasPart QueryParser.hasPart()
           
 DoesNotHaveVariant QueryParser.doesNotHaveVariant()
           
 



Copyright © -2005 . All Rights Reserved.