|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComposedBooleanExpression | |
|---|---|
| org.sql.generation.api.grammar.booleans | This package provides interfaces for syntax elements of boolean expressions in SQL language. |
| Uses of ComposedBooleanExpression in org.sql.generation.api.grammar.booleans |
|---|
| Subinterfaces of ComposedBooleanExpression in org.sql.generation.api.grammar.booleans | |
|---|---|
interface |
BooleanTest
The interface for syntax element representing <X> IS [NOT] (TRUE | FALSE | UNKNOWN) expression (boolean
test), where <X> is some boolean expression. |
interface |
Conjunction
A conjunction ( AND) of two boolean expressions. |
interface |
Disjunction
A disjunction ( OR of two boolean expressions. |
interface |
Negation
A negation ( NOT x) of a boolean expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||