|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.booleans.BooleanExpression.False
public static final class BooleanExpression.False
This class represents a boolean expression which always evaluates to false (FALSE.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.booleans.BooleanExpression |
|---|
BooleanExpression.False, BooleanExpression.True |
| Field Summary | |
|---|---|
static BooleanExpression.False |
INSTANCE
Returns the singleton instance representing FALSE. |
| Method Summary | |
|---|---|
java.lang.Class<? extends ValueExpression> |
getImplementedType()
Returns BooleanExpression.False. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BooleanExpression.False INSTANCE
FALSE.
| Method Detail |
|---|
public java.lang.Class<? extends ValueExpression> getImplementedType()
BooleanExpression.False.
getImplementedType in interface org.atp.api.Typeable<ValueExpression>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||