Uses of Class
com.wewebu.ow.csqlc.ast.OwPredicate

Packages that use OwPredicate
com.wewebu.ow.csqlc   
com.wewebu.ow.csqlc.ast   
 

Uses of OwPredicate in com.wewebu.ow.csqlc
 

Methods in com.wewebu.ow.csqlc that return OwPredicate
protected  OwPredicate OwCSQLCProcessor.createCBRAllPredicate(OwSearchCriteria criteria_p, OwCSQLCProcessor.OwProcessContext context_p)
           
protected  OwPredicate OwCSQLCProcessor.createCBRInPredicate(OwSearchCriteria criteria_p, OwCSQLCProcessor.OwProcessContext context_p)
           
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.
 

Uses of OwPredicate in com.wewebu.ow.csqlc.ast
 

Subclasses of OwPredicate in com.wewebu.ow.csqlc.ast
 class OwBetweenPredicate
           SQL AST node : between predicate implementation.
An aggregated predicate : a greater than and less than search condition composition.
Example :
(value>2123 AND value<7789)
(value<'foo' OR value>'bar') for the negated form (not between).
 class OwComparisonPredicate
           SQL AST node : <comparison predicate> syntax non-terminal as defined by the SQL grammar.
 class OwFolderPredicate
           SQL AST node : <in folder> syntax non-terminal as defined by the SQL grammar.
 class OwFormatPredicate
           SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) AST node.
 class OwInPredicate
           SQL AST node : <in predicate> syntax non-terminal as defined by the SQL grammar.
 class OwLikePredicate
           SQL AST node : <like predicate> syntax non-terminal as defined by the SQL grammar.
 class OwNullPredicate
           SQL AST node : <null predicatet> syntax non-terminal as defined by the SQL grammar.
 class OwQuantifiedComparisonPredicate
           SQL AST node : <quantified comparison predicate> based on syntax non-terminal defined by the SQL grammar.
 class OwQuantifiedInPredicate
           SQL AST node : <quantified in predicate> based on syntax non-terminal defined by the SQL grammar.
 class OwSearchConditionPredicate
           Search condition wrapping predicate.
 class OwTextSearchPredicate
           SQL AST base node : <content based retrieval> syntax non-terminal as defined by the SQL grammar.
 class OwUndefinedPredicate
           SQL AST node : undefined predicate implementation.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.