org.sql.generation.api.grammar.booleans
Class Predicate.EmptyPredicate
java.lang.Object
org.sql.generation.api.grammar.booleans.Predicate.EmptyPredicate
- All Implemented Interfaces:
- org.atp.api.Typeable<ValueExpression>, BooleanExpression, Predicate, ValueExpression
- Enclosing interface:
- Predicate
public static final class Predicate.EmptyPredicate
- extends Object
- implements Predicate
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.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Predicate.EmptyPredicate INSTANCE
- Singleton instance of
Predicate.EmptyPredicate.
getImplementedType
public Class<? extends BooleanExpression> getImplementedType()
- Returns
Predicate.EmptyPredicate.
- Specified by:
getImplementedType in interface org.atp.api.Typeable<ValueExpression>
Copyright © 2010-2012. All Rights Reserved.