|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryContext | |
---|---|
org.outerj.daisy.query | |
org.outerj.daisy.query.model | |
org.outerj.daisy.query.model.functions |
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 | |
---|---|
static long |
SqlUtils.parseBranch(java.lang.String branch,
QueryContext context)
|
static long |
SqlUtils.parseLanguage(java.lang.String language,
QueryContext context)
|
void |
PredicateExpr.prepare(QueryContext context)
Needs to be called before usage of other methods. |
void |
Query.prepare(QueryContext context)
|
void |
FullTextQuery.prepare(QueryContext context)
|
void |
ValueExpr.prepare(QueryContext context)
A method that should be called before any of the others. |
void |
AbstractFunction.prepare(QueryContext context)
|
void |
AbstractMultiArgPredicate.prepare(QueryContext context)
|
void |
Identifier.prepare(QueryContext context)
|
void |
Literal.prepare(QueryContext context)
|
void |
AlwaysSatisfiedPredicate.prepare(QueryContext context)
|
void |
And.prepare(QueryContext context)
|
void |
Between.prepare(QueryContext context)
|
void |
DoesNotHaveVariant.prepare(QueryContext context)
|
void |
UnaryPredicateExpr.prepare(QueryContext context)
|
void |
HasAll.prepare(QueryContext context)
|
void |
HasAny.prepare(QueryContext context)
|
void |
HasNone.prepare(QueryContext context)
|
void |
HasPart.prepare(QueryContext context)
|
void |
HasPartWithMimeType.prepare(QueryContext context)
|
void |
InCollection.prepare(QueryContext context)
|
void |
IsLinked.prepare(QueryContext context)
|
void |
IsNotNull.prepare(QueryContext context)
|
void |
IsNull.prepare(QueryContext context)
|
void |
Like.prepare(QueryContext context)
|
void |
LinksToOrFrom.prepare(QueryContext context)
|
void |
Or.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)
|
Uses of QueryContext in org.outerj.daisy.query.model.functions |
---|
Methods in org.outerj.daisy.query.model.functions with parameters of type QueryContext | |
---|---|
void |
AbstractUnaryMathFunction.prepare(QueryContext context)
|
void |
AbstractBinaryMathFunction.prepare(QueryContext context)
|
void |
AbstractCaseFunction.prepare(QueryContext context)
|
void |
ConcatFunction.prepare(QueryContext context)
|
void |
ContextDocFunction.prepare(QueryContext context)
|
void |
CurrentDateFunction.prepare(QueryContext context)
|
void |
CurrentDateTimeFunction.prepare(QueryContext context)
|
void |
DateComponentFunction.prepare(QueryContext context)
|
void |
LeftFunction.prepare(QueryContext context)
|
void |
LengthFunction.prepare(QueryContext context)
|
void |
RandomFunction.prepare(QueryContext context)
|
void |
RelativeDateTimeFunction.prepare(QueryContext context)
|
void |
SubstringFunction.prepare(QueryContext context)
|
void |
UserIdFunction.prepare(QueryContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |