|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CondExpr | |
org.outerj.daisy.query | |
org.outerj.daisy.query.model |
Uses of CondExpr in org.outerj.daisy.query |
Methods in org.outerj.daisy.query that return CondExpr | |
CondExpr |
QueryFactory.parseConditionalEpression(java.lang.String expression)
Parses a conditional expression, i.e. |
CondExpr |
QueryFactoryImpl.parseConditionalEpression(java.lang.String expression)
|
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)
|
Uses of CondExpr in org.outerj.daisy.query.model |
Classes in org.outerj.daisy.query.model that implement CondExpr | |
class |
AbstractMultiArgCond
|
class |
AlwaysSatisfiedCond
|
class |
And
|
class |
Between
|
class |
DoesNotHaveVariant
|
class |
Eq
|
class |
Gt
|
class |
GtEq
|
class |
HasAll
|
class |
HasAny
|
class |
HasNone
|
class |
HasPart
|
class |
HasPartWithMimeType
|
class |
In
|
class |
InCollection
|
class |
IsLinked
|
class |
IsNotNull
|
class |
IsNull
|
class |
Like
|
class |
LinksToOrFrom
|
class |
Lt
|
class |
LtEq
|
class |
NotEq
|
class |
Or
|
class |
UnaryCondExpr
|
Methods in org.outerj.daisy.query.model that return CondExpr | |
CondExpr |
Or.simplify()
This method is called from the parser. |
CondExpr |
And.simplify()
This method is called from the parser. |
Methods in org.outerj.daisy.query.model with parameters of type CondExpr | |
void |
Or.add(CondExpr expr)
|
void |
Query.mergeCondition(CondExpr condExpr)
Merges the where clause of this query with the given condition using the AND operator. |
void |
And.add(CondExpr expr)
|
Constructors in org.outerj.daisy.query.model with parameters of type CondExpr | |
Query(IdentifierList selectClause,
CondExpr whereClause,
FullTextQuery fullTextQuery,
IdentifierList orderByClause,
java.util.List sortOrders,
int limit)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |