|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwCSQLCProcessor.OwProcessContext | |
---|---|
com.wewebu.ow.csqlc |
Uses of OwCSQLCProcessor.OwProcessContext in com.wewebu.ow.csqlc |
---|
Methods in com.wewebu.ow.csqlc with parameters of type OwCSQLCProcessor.OwProcessContext | |
---|---|
protected OwBetweenPredicate |
OwCSQLCProcessor.createBetweenPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected String |
OwCSQLCProcessor.createCBRAllExpression(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected OwPredicate |
OwCSQLCProcessor.createCBRAllPredicate(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected String |
OwCSQLCProcessor.createCBRInExpression(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected OwPredicate |
OwCSQLCProcessor.createCBRInPredicate(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected OwComparisonPredicate |
OwCSQLCProcessor.createComparisonPredicate(OwSearchCriteria criteria_p,
OwComparisonOperator comparisonOperator_p,
OwCSQLCProcessor.OwProcessContext context_p)
Create a compare predicate, is called if current predicate is a compare operator. |
protected OwSearchCondition |
OwCSQLCProcessor.createContentCondition(OwSearchNode conditionRootNode_p,
OwCSQLCProcessor.OwProcessContext context_p)
Scan the node for existence or definition of CBR (a.k.a. |
protected OwPredicate |
OwCSQLCProcessor.createExtendedPredicate(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p,
int operator_p)
(overridable) This method is called if an unknown or by default unsupported operator is found in the provided OwSearchCriteria. |
protected OwInPredicate |
OwCSQLCProcessor.createInPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected OwLikePredicate |
OwCSQLCProcessor.createLikePredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected OwNullPredicate |
OwCSQLCProcessor.createNullPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected OwQuantifiedInPredicate |
OwCSQLCProcessor.createQuantifiedInPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected String |
OwCSQLCProcessor.createQueryFieldName(OwFieldDefinition fieldDefinition_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected abstract OwColumnQualifier |
OwCSQLCProcessor.createQueryFieldQualifier(OwFieldDefinition fieldDefinition_p,
OwCSQLCProcessor.OwProcessContext context_p)
|
protected void |
OwCSQLCProcessor.handleSingleContentCondition(OwSearchNode conditionRootNode_p,
OwCSQLCProcessor.OwProcessContext context_p,
List<String> textSearchExpressions_p)
(overridable) Method specific called for parsing statements where the OwCSQLCProcessor.isMultipleTextSearchSyntax() return false. |
protected boolean |
OwCSQLCProcessor.isValidPredicateValue(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p,
int operator_p)
(overridable) Simple method called during OwCSQLCProcessor.createPredicate(OwSearchCriteria, OwProcessContext) process
to quickly verify if the criteria value is good enough for a specific predicate/operator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |