|
||||||||||
| 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 |
|---|
| 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. |
static BooleanTest.TestType |
BooleanTest.TestType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BooleanTest.TestType[] |
BooleanTest.TestType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 | |||||||||