|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanTest.TruthValue | |
|---|---|
| org.sql.generation.api.grammar.booleans | This package provides interfaces for syntax elements of boolean expressions in SQL language. |
| org.sql.generation.api.grammar.factories | This package provides factories to create various builders and SQL syntax elements. |
| Uses of BooleanTest.TruthValue in org.sql.generation.api.grammar.booleans |
|---|
| Fields in org.sql.generation.api.grammar.booleans declared as BooleanTest.TruthValue | |
|---|---|
static BooleanTest.TruthValue |
BooleanTest.TruthValue.FALSE
The FALSE truth value. |
static BooleanTest.TruthValue |
BooleanTest.TruthValue.TRUE
The TRUE truth value. |
static BooleanTest.TruthValue |
BooleanTest.TruthValue.UNKNOWN
The UNKNOWN truth value. |
| Methods in org.sql.generation.api.grammar.booleans that return BooleanTest.TruthValue | |
|---|---|
BooleanTest.TruthValue |
BooleanTest.getTruthValue()
The truth value which must evaluate from the expression. |
| Uses of BooleanTest.TruthValue in org.sql.generation.api.grammar.factories |
|---|
| Methods in org.sql.generation.api.grammar.factories with parameters of type BooleanTest.TruthValue | |
|---|---|
BooleanTest |
BooleanFactory.test(BooleanExpression expression,
BooleanTest.TestType testType,
BooleanTest.TruthValue truthValue)
Creates new BooleanTest. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||