|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryContext | |
org.outerj.daisy.query | |
org.outerj.daisy.query.model |
Uses of QueryContext in org.outerj.daisy.query |
Classes in org.outerj.daisy.query that implement QueryContext | |
class |
ExtQueryContext
|
Uses of QueryContext in org.outerj.daisy.query.model |
Methods in org.outerj.daisy.query.model with parameters of type QueryContext | |
void |
IsNull.prepare(QueryContext context)
|
static long |
SqlUtils.parseBranch(java.lang.String branch,
QueryContext context)
|
static long |
SqlUtils.parseLanguage(java.lang.String language,
QueryContext context)
|
void |
Or.prepare(QueryContext context)
|
void |
IsNotNull.prepare(QueryContext context)
|
void |
Identifier.prepare(QueryContext context)
|
void |
Identifier.prepareInWhereClause(QueryContext context)
|
void |
Query.prepare(QueryContext context)
|
void |
AlwaysSatisfiedCond.prepare(QueryContext context)
|
void |
LinksToOrFrom.prepare(QueryContext context)
|
void |
Between.prepare(QueryContext context)
|
void |
HasPartWithMimeType.prepare(QueryContext context)
|
void |
HasPart.prepare(QueryContext context)
|
void |
AbstractMultiArgCond.prepare(QueryContext context)
|
void |
UnaryCondExpr.prepare(QueryContext context)
|
void |
HasNone.prepare(QueryContext context)
|
void |
Like.prepare(QueryContext context)
|
void |
HasAll.prepare(QueryContext context)
|
void |
InCollection.prepare(QueryContext context)
|
void |
CondExpr.prepare(QueryContext context)
|
void |
HasAny.prepare(QueryContext context)
|
void |
And.prepare(QueryContext context)
|
void |
IsLinked.prepare(QueryContext context)
|
void |
FullTextQuery.prepare(QueryContext context)
|
void |
DoesNotHaveVariant.prepare(QueryContext context)
|
Constructors in org.outerj.daisy.query.model with parameters of type QueryContext | |
Identifier(java.lang.String id,
QueryContext context,
org.outerj.daisy.query.model.Identifier.DelegateIdentifier delegate)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |