|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
org.outerj.daisy.query | |
org.outerj.daisy.query.model |
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 | |
---|---|
Expression |
QueryParser.andExpression()
|
PredicateExpr |
QueryParser.betweenExpression(boolean not,
Identifier identifier)
|
DoesNotHaveVariant |
QueryParser.doesNotHaveVariant()
|
Expression |
QueryParser.expression()
|
java.lang.Object[] |
QueryParser.fullTextClause()
Returns array containing two items: first is a string containing the fulltext query, the second is a PredicateExpr containing further conditions. |
Expression |
QueryParser.grouping()
|
HasPart |
QueryParser.hasPart()
|
HasPartWithMimeType |
QueryParser.hasPartWithMimeType()
|
InCollection |
QueryParser.inCollection()
|
PredicateExpr |
QueryParser.inExpression(boolean not,
Identifier identifier)
|
IsLinked |
QueryParser.isLinked()
|
IsLinked |
QueryParser.isNotLinked()
|
PredicateExpr |
QueryParser.isNotNull(Identifier identifier)
|
PredicateExpr |
QueryParser.isNull(Identifier identifier)
|
PredicateExpr |
QueryParser.likeExpression(boolean not,
Identifier identifier)
|
int |
QueryParser.limitClause()
|
LinksToOrFrom |
QueryParser.linksToOrFrom()
|
LinksToOrFrom |
QueryParser.linksToOrFromVariant()
|
PredicateExpr |
QueryParser.multiArgPredicate(Identifier identifier)
|
Expression |
QueryParser.multValueExpr()
|
java.util.Map |
QueryParser.optionClause()
|
java.lang.Object[] |
QueryParser.orderByClause()
|
void |
QueryParser.orderByItem(ValueExprList identifiers,
java.util.List directions)
|
Expression |
QueryParser.orExpression()
|
Query |
QueryParser.query()
|
ValueExprList |
QueryParser.selectClause()
|
PredicateExpr |
QueryParser.standAloneWhereClause()
|
ValueExpr |
QueryParser.subValueExpr()
|
Expression |
QueryParser.sumValueExpr()
|
Expression |
QueryParser.unaryExpression()
|
Expression |
QueryParser.valueExpr()
|
ValueExprList |
QueryParser.valueExprList()
|
PredicateExpr |
QueryParser.whereClause()
|
Uses of ParseException in org.outerj.daisy.query.model |
---|
Methods in org.outerj.daisy.query.model that throw ParseException | |
---|---|
static Function |
FunctionFactory.createFunction(java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |