| Package | Description |
|---|---|
| org.sql.generation.api.grammar.booleans |
This package provides interfaces for syntax elements of boolean expressions in SQL language.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BetweenPredicate
The interface for syntax element representing SQL expression
BETWEEN x AND y. |
interface |
InPredicate
The interface for syntax element representing the test of something being one of the specified set of values (x
IN (y, z, ...)). |
interface |
NotBetweenPredicate
The interface for syntax element representing SQL expression
NOT BETWEEN x AND y. |
interface |
NotInPredicate
The interface for syntax element representing the test of something not being one of the specified set of values (x
NOT IN (y, z, ...)). |
Copyright © 2010-2012. All Rights Reserved.