|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.booleans.Predicate.EmptyPredicate
public static final class Predicate.EmptyPredicate
A class representing empty predicate. The result of empty predicate is empty string. If empty predicate is
encountered inside Conjunction or Disjunction, their operator is omitted. So, empty
predicate AND something becomes just something.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.Predicate |
|---|
Predicate.EmptyPredicate |
| Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.BooleanExpression |
|---|
BooleanExpression.False, BooleanExpression.True |
| Field Summary | |
|---|---|
static Predicate.EmptyPredicate |
INSTANCE
Singleton instance of Predicate.EmptyPredicate. |
| Method Summary | |
|---|---|
java.lang.Class<? extends BooleanExpression> |
getImplementedType()
Returns Predicate.EmptyPredicate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Predicate.EmptyPredicate INSTANCE
Predicate.EmptyPredicate.
| Method Detail |
|---|
public java.lang.Class<? extends BooleanExpression> getImplementedType()
Predicate.EmptyPredicate.
getImplementedType in interface org.atp.api.Typeable<ValueExpression>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||