| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanTest.TestType |
BooleanTest.getTestType()
Returns the test type - whether it should, or should not, be something.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanTest |
BooleanFactory.test(BooleanExpression expression,
BooleanTest.TestType testType,
BooleanTest.TruthValue truthValue)
Creates new
BooleanTest. |
Copyright © 2010-2012. All Rights Reserved.