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