|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanTest.TestType | |
|---|---|
| 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.TestType in org.sql.generation.api.grammar.booleans |
|---|
| Fields in org.sql.generation.api.grammar.booleans declared as BooleanTest.TestType | |
|---|---|
static BooleanTest.TestType |
BooleanTest.TestType.IS
The test which tests the expression against the truth value. |
static BooleanTest.TestType |
BooleanTest.TestType.IS_NOT
The test which tests the expression against the negation of the truth value. |
| Methods in org.sql.generation.api.grammar.booleans that return BooleanTest.TestType | |
|---|---|
BooleanTest.TestType |
BooleanTest.getTestType()
Returns the test type - whether it should, or should not, be something. |
| Uses of BooleanTest.TestType in org.sql.generation.api.grammar.factories |
|---|
| Methods in org.sql.generation.api.grammar.factories with parameters of type BooleanTest.TestType | |
|---|---|
BooleanTest |
BooleanFactory.test(BooleanExpression expression,
BooleanTest.TestType testType,
BooleanTest.TruthValue truthValue)
Creates new BooleanTest. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||