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

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

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

Subclasses of OwBooleanFactor 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 OwBooleanTest
           SQL AST node : <boolean test> syntax non-terminal as defined by the SQL grammar.
 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 OwNOTBooleanFactor
           SQL AST node : NOT operator implementation of the <boolean factor> 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 OwPredicate
           SQL AST node : <predicate> 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 OwSearchConditionBooleanTest
           SQL AST node : sub search condition embedding
<boolean term>:='(' <search condition> ')' syntax
non-terminal as 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.
 class OwXBooleanFactor
           SQL AST node : external class based boolean factor - used in multiple class search templates .
 

Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwBooleanFactor
OwANDBooleanTerm(OwBooleanTerm leftSideTerm_p, OwBooleanFactor rightSideFactor_p)
           
OwXBooleanFactor(OwBooleanFactor factor_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.