| 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.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. |
| Modifier and Type | Method and Description |
|---|---|
BooleanTest.TruthValue |
BooleanTest.getTruthValue()
The truth value which must evaluate from the expression.
|
| 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.