|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OwBooleanTest | |
|---|---|
| com.wewebu.ow.csqlc.ast | |
| Uses of OwBooleanTest in com.wewebu.ow.csqlc.ast |
|---|
| Subclasses of OwBooleanTest 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 |
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. |
| Methods in com.wewebu.ow.csqlc.ast that return OwBooleanTest | |
|---|---|
OwBooleanTest |
OwXBooleanFactor.asBooleanTest()
|
OwBooleanTest |
OwSearchCondition.asBooleanTest()
|
OwBooleanTest |
OwORSearchCondition.asBooleanTest()
|
OwBooleanTest |
OwNOTBooleanFactor.asBooleanTest()
|
OwBooleanTest |
OwBooleanTest.asBooleanTest()
|
OwBooleanTest |
OwANDBooleanTerm.asBooleanTest()
|
| Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwBooleanTest | |
|---|---|
OwNOTBooleanFactor(OwBooleanTest booleanTest_p)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||